Function

GstVideo-1.0GstVideonavigation_event_new_mouse_button_releaseSince 1.22

  • Create a new navigation event for the given key mouse button release.

    Parameters

    • button: number

      The number of the released mouse button.

    • x: number

      The x coordinate of the mouse cursor.

    • y: number

      The y coordinate of the mouse cursor.

    • 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