[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler for MouseMove events.
Source position: controls.pp line 1360
protected procedure TControl.MouseMove( |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; |
Shift |
|
The currently pressed mouse buttons and modifier keys. |
X |
|
Mouse position in client coordinates. |
Called by the MouseMove message handler. The DragManager is notified while the control is being dragged. Finally the OnMouseMove handler is invoked.
lazarus-ccr.sourceforge.net |