Function

GstVideo-1.0GstVideonavigation_event_new_touch_upSince 1.22

  • Create a new navigation event for a removed touch point.

    Parameters

    • identifier: number

      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: number

      The x coordinate of the touch point.

    • y: number

      The y coordinate of the touch point.

    • state: GstVideo.NavigationModifierType

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

    Returns Gst.Event

    a new Gst.Event

    1.22