Navigation.eventNewTouchUp
gst.event.Event eventNewTouchUp(uint identifier, double x, double y, gstvideo.types.NavigationModifierType state)Create a new navigation event for a removed touch point.
Parameters
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). |
Returns
a new #GstEvent