Navigation.eventNewMouseButtonRelease

gst.event.Event eventNewMouseButtonRelease(int button, double x, double y, gstvideo.types.NavigationModifierType state)

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

Parameters

buttonThe number of the released mouse button.
xThe x coordinate of the mouse cursor.
yThe y coordinate of the mouse cursor.
statea bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt).

Returns

a new #GstEvent