Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLitWindow::OnMouseMotion


Syntax | Arguments | Keywords | Version History

The IDLitWindow::OnMouseMotion procedure method handles notification (from the native window device) that a mouse motion event has occurred, and passes along that notification to all observers in the list of window event observers.

Syntax

Obj->[IDLitWindow::]OnMouseMotion, X, Y, Modifiers

Arguments

X

A floating-point value representing the x-location (in device coordinates) of the mouse event.

Y

A floating-point value representing the y-location (in device coordinates) of the mouse event.

Modifiers

An integer value of a bitwise mask indicating which modifier keys are active at the time the mouse button is pressed. If a bit is zero, the key is up; if the bit is set, the key is pressed. The following table describes the bits in this bitmask:

Bit
Value
Modifier Key
0
1
Shift
1
2
Control
2
4
Caps Lock
3
8
Alt

Keywords

None

Version History

Introduced: 6.0


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]