Navigation.sendMouseScrollEvent
void sendMouseScrollEvent(double x, double y, double deltaX, double deltaY)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.
Parameters
x | The x coordinate of the mouse event. |
y | The y coordinate of the mouse event. |
deltaX | The delta_x coordinate of the mouse event. |
deltaY | The delta_y coordinate of the mouse event. |