IDLitManipulatorContainer::OnMouseMotion
Syntax | Arguments | Keywords | Version History
The IDLitManipulatorContainer::OnMouseMotion procedure method implements the OnMouseMotion method. If no mouse button is down and auto-switch mode is enabled, this method manages the setting of the cursor on the IDLitWindow object. Otherwise if the current sub-manipulator supports motion events, its OnMouseMotion method is called.
Syntax
Obj->[IDLitManipulatorContainer::]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