Navigation.eventNewTouchUp

Create a new navigation event for a removed touch point.

interface Navigation
static
eventNewTouchUp

Parameters

identifier uint

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 double

The x coordinate of the touch point.

y double

The y coordinate of the touch point.

state gstvideo.types.NavigationModifierType

a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt).

Return Value

Type: gst.event.Event

a new #GstEvent