cef_touch_event_t.type

The state of the touch point. Touches begin with one CEF_TET_PRESSED event followed by zero or more CEF_TET_MOVED events and finally one CEF_TET_RELEASED or CEF_TET_CANCELLED event. Events not respecting this order will be ignored.

struct cef_touch_event_t
cef_touch_event_type_t type;

Meta