Skip to content

TOnVideoMouseUpDown

type

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

Type of the OnMouseDown and OnMouseUp events.

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