Navigation.eventNewMouseScroll
gst.event.Event eventNewMouseScroll(double x, double y, double deltaX, double deltaY, gstvideo.types.NavigationModifierType state)Create a new navigation event for the mouse scroll.
Parameters
x | The x coordinate of the mouse cursor. |
y | The y coordinate of the mouse cursor. |
deltaX | The x component of the scroll movement. |
deltaY | The y component of the scroll movement. |
state | a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt). |
Returns
a new #GstEvent