Navigation.eventSetCoordinates

bool eventSetCoordinates(gst.event.Event event, double x, double y)

Try to set x and y coordinates on a #GstNavigation event. The event must be writable.

Parameters

eventThe #GstEvent to modify.
xThe x coordinate to set.
yThe y coordinate to set.

Returns

A boolean indicating success.