Vcl.IMouse.TPanningWindow.MouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseMove(Shift: TShiftState; X: Integer; Y: Integer); override;

C++

DYNAMIC void __fastcall MouseMove(System::Classes::TShiftState Shift, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

Description

Responds to mouse movements.

The MouseMove method responds to mouse movements and button pressing. As the mouse moves over the panning window, this method is called repeatedly, each time with the new coordinates that reflect the continuous path of the mouse across the screen.

See Also