MouseEvent
Mouse event.
Type | Object |
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.