Navigation.eventGetCoordinates

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

Try to retrieve x and y coordinates of a #GstNavigation event.

Parameters

eventThe #GstEvent to inspect.
xPointer to a gdouble to receive the x coordinate of the navigation event.
yPointer to a gdouble to receive the y coordinate of the navigation event.

Returns

A boolean indicating success.