Navigation.eventNewMouseScroll

Create a new navigation event for the mouse scroll.

interface Navigation
static
eventNewMouseScroll

Parameters

x double

The x coordinate of the mouse cursor.

y double

The y coordinate of the mouse cursor.

deltaX double

The x component of the scroll movement.

deltaY double

The y component of the scroll movement.

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