Navigation.eventParseMouseMoveEvent

bool eventParseMouseMoveEvent(gst.event.Event event, out double x, out double y)

Inspect a #GstNavigation mouse movement 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.

Returns

TRUE if both coordinates could be extracted, otherwise FALSE.