TouchEventKind
Description:
[ CCode ( cprefix = "MKS_TOUCH_EVENT_" , type_id = "mks_touch_event_kind_get_type ()" ) ]
public enum TouchEventKind
The type of a touch event.
Content:
Enum values:
- BEGIN - The touch event has just started.
- CANCEL - The touch event has been
canceled.
- END - The touch event has finished.
- UPDATE - The touch event has been
updated.