MouseEvent

Mouse event.

Typetable
InheritsEvent

Properties

integer button

The mouse button being pressed, 1 is for left button, 2 is for right button, 3 is for middle button.

PointF positioninview

Relative position inside the view where the event happened.

PointF positioninwindow

Relative position inside the window.