Navigation.eventParseTouchUpEvent

Retrieve the details of a #GstNavigation touch-up event.

interface Navigation
static
bool
eventParseTouchUpEvent
(,
out uint identifier
,
out double x
,
out double y
)

Parameters

event gst.event.Event

A #GstEvent to inspect.

identifier uint

Pointer to a guint that will receive the identifier unique to this touch point.

x double

Pointer to a gdouble that will receive the x coordinate of the touch event.

y double

Pointer to a gdouble that will receive the y coordinate of the touch event.

Return Value

Type: bool

TRUE if all details could be extracted, otherwise FALSE.