[ Version ( since = "1.18" ) ]
public static bool event_parse_mouse_scroll_event (Event event, out double x, out double y, out double delta_x, out double delta_y)
Inspect a Navigation mouse scroll event and extract the coordinates of the event.
| event |
A Event to inspect. |
| x |
Pointer to a gdouble to receive the x coordinate of the mouse movement. |
| y |
Pointer to a gdouble to receive the y coordinate of the mouse movement. |
| delta_x |
Pointer to a gdouble to receive the delta_x coordinate of the mouse movement. |
| delta_y |
Pointer to a gdouble to receive the delta_y coordinate of the mouse movement. |
|
TRUE if all coordinates could be extracted, otherwise FALSE. |