Navigation.eventGetCoordinates

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

interface Navigation
static
bool
eventGetCoordinates
(,
out double x
,
out double y
)

Parameters

event gst.event.Event

The #GstEvent to inspect.

x double

Pointer to a gdouble to receive the x coordinate of the navigation event.

y double

Pointer to a gdouble to receive the y coordinate of the navigation event.

Return Value

Type: bool

A boolean indicating success.