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

identifierA number uniquely identifying this touch point. It must correlate to exactly one previous down event, but can be reused after sending this event.
xThe x coordinate of the touch point.
yThe y coordinate of the touch point.
statea bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt).

Returns

a new #GstEvent