[ Version ( since = "1.22" ) ]
public static Event event_new_touch_up (uint identifier, double x, double y, NavigationModifierType state)
Create a new navigation event for a removed touch point.
| identifier |
A number uniquely identifying this touch point. It must correlate to exactly one previous down event, but can be reused after sending this event. |
| x |
The x coordinate of the touch point. |
| y |
The y coordinate of the touch point. |
| state |
a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt). |
|
a new Event |