Method

PhocCursoris_active_touch_id

Declaration [src]

gboolean
phoc_cursor_is_active_touch_id (
  PhocCursor* self,
  int touch_id
)

Description [src]

Checks whether the given touch is is in the list of active touch points.

Parameters

touch_id

Type: int

Touch point ID.

Return value

Type: gboolean

TRUE if the touch point is active, otherwise FALSE.