|
IDL Reference Guide: iTools Object Classes |
|
The IDLitManipulator::OnMouseMotion procedure method implements the OnMouseMotion method. If no mouse button is down, this method manages the setting of the cursor on the IDLitWindow object.
If the manipulator is in the middle of a mouse-down, mouse-up transaction, the following instance data will be valid:
These values can be helpful in performing actions in the manipulator and are automatically managed. See Using Manipulator Public Instance Data for more information.
Obj->[IDLitManipulator::]OnMouseMotion, Win, X, Y, KeyMods
An object reference for the IDLitWindow object from which the event came.
A floating-point value representing the x-coordinate in the window's coordinates.
A floating-point value representing the y-coordinate in the window's coordinates.
An integer representing the keyboard modifiers for the button. These can have one of the following values:
None
IDL Online Help (March 06, 2007)