IDLitManipulator::OnMouseMotion

Syntax | Arguments | Keywords | Version History

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 (iTool Developer's Guide) for more information.

Syntax

Obj->[IDLitManipulator::]OnMouseMotion, Win, X, Y, KeyMods

Arguments

Win

An object reference for the IDLitWindow object from which the event came.

X

A floating-point value representing the x-coordinate in the window's coordinates.

Y

A floating-point value representing the y-coordinate in the window's coordinates.

KeyMods

An integer representing the keyboard modifiers for the button. These can have one of the following values:

Keywords

None

Version History

6.0

Introduced