NavigationT.sendMouseScrollEvent

Sends a mouse scroll event to the navigation interface. Mouse event coordinates are sent relative to the display space of the related output area. This is usually the size in pixels of the window associated with the element implementing the #GstNavigation interface.

template NavigationT()
override
void
sendMouseScrollEvent
(
double x
,
double y
,
double deltaX
,
double deltaY
)

Parameters

x double

The x coordinate of the mouse event.

y double

The y coordinate of the mouse event.

deltaX double

The delta_x coordinate of the mouse event.

deltaY double

The delta_y coordinate of the mouse event.