Navigation.eventParseMouseScrollEvent

bool eventParseMouseScrollEvent(gst.event.Event event, out double x, out double y, out double deltaX, out double deltaY)

Inspect a #GstNavigation mouse scroll event and extract the coordinates of the event.

Parameters

eventA #GstEvent to inspect.
xPointer to a gdouble to receive the x coordinate of the mouse movement.
yPointer to a gdouble to receive the y coordinate of the mouse movement.
deltaXPointer to a gdouble to receive the delta_x coordinate of the mouse movement.
deltaYPointer to a gdouble to receive the delta_y coordinate of the mouse movement.

Returns

TRUE if all coordinates could be extracted, otherwise FALSE.