MouseEvent
Mouse event.
Type | table |
Inherits | Event |
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.