Skip to content

TOnVideoMouseMove

type

TOnVideoMouseMove = procedure (Sender: TObject; VideoWindow: LongInt; X: LongInt; Y: LongInt) of object;

Type of the OnMouseMove event.

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.