TOnVideoMouseMove

Prev

Next

 






































































































Type of the OnMouseMove event.


Unit
VidGrab

Declaration
TOnVideoMouseMove=procedure(Sender: TObject; VideoWindow: LongInt; Shift: TShiftState; X, Y: LongInt) of object;


typedef void __fastcall(__closure *TOnVideoMouseMove)(System::TObject *Sender, int VideoWindow, Classes::TShiftState Shift, int X, int Y);

Description

Type of the OnMouseMove event.

Note:
VideoWindow returns the number of the video window where the event occured:
- 0 (by default) for single display,
- 0 or 1 when using dual display, according to the video window on which the event occured.