FlowLayout Plugin for Xojo |
|
RectControl.MouseMove Event
The mouse has moved within the control to the coordinates passed. The coordinates are local to the control, not to the window.

MouseMove(
x
as Integer,
y
as Integer)
Parameters
- x
- The x coordinate.
- y
- The y coordinate.
Remarks
This event is part of Xojo base class.