Navigation.eventParseTouchUpEvent

bool eventParseTouchUpEvent(gst.event.Event event, out uint identifier, out double x, out double y)

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

Parameters

eventA #GstEvent to inspect.
identifierPointer to a guint that will receive the identifier unique to this touch point.
xPointer to a gdouble that will receive the x coordinate of the touch event.
yPointer to a gdouble that will receive the y coordinate of the touch event.

Returns

TRUE if all details could be extracted, otherwise FALSE.