TOnVideoMouseUpDown

Prev

Next

 






































































































Type of the OnMouseDown and OnMouseUp events.


Unit
VidGrab

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


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

Description

Type of the OnMouseDown and OnMouseUp events.

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.