Pointer Events
The following events are generated in response to a device such as a mouse or a touchscreen. Β These events are targeted at specific controls based upon the controls location and sensitivity.
gre.inbound
A mouse/touch has entered a control (if dragging a pointer or finger)
gre.motion
A touch contact has moved.
gre.mtevent
A touchscreen contact has changed and there is information for more than
gre.mtinbound
A mouse/touch has entered a control (if dragging a pointer or finger)
gre.mtmotion
A touch contact has moved. This event is emitted when there are two or
gre.mtoutbound
A mouse/touch has left a control (if dragging a pointer or finger) while
gre.mtpress
A touchscreen has been pressed. This event is emitted where are two or
gre.mtrelease
A touchscreen has been released. This event is emitted when there are
gre.outbound
A mouse/touch has left a control (if dragging a pointer or finger) and
gre.press
A mouse/touchscreen has been pressed.
gre.release
A mouse/touchscreen has been released.
gre.touch
If a mouse/touchscreen presses and then releases on the same control