Navigation.eventNewTouchMotion

Create a new navigation event for a moved touch point.

interface Navigation
static
eventNewTouchMotion

Parameters

identifier uint

A number uniquely identifying this touch point. It must correlate to exactly one previous touch_start event.

x double

The x coordinate of the touch point.

y double

The y coordinate of the touch point.

pressure double

Pressure data of the touch point, from 0.0 to 1.0, or NaN if no data is available.

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