Navigation.eventParseMouseMoveEvent

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

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

Parameters

event gst.event.Event

A #GstEvent to inspect.

x double

Pointer to a gdouble to receive the x coordinate of the mouse movement.

y double

Pointer to a gdouble to receive the y coordinate of the mouse movement.

Return Value

Type: bool

TRUE if both coordinates could be extracted, otherwise FALSE.