send_mouse_scroll_event


Description:

[ Version ( since = "1.18" ) ]
public void send_mouse_scroll_event (double x, double y, double delta_x, double delta_y)

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 Navigation interface.

Parameters:

this

The navigation interface instance

x

The x coordinate of the mouse event.

y

The y coordinate of the mouse event.

delta_x

The delta_x coordinate of the mouse event.

delta_y

The delta_y coordinate of the mouse event.