Enumeration

MksTouchEventKind

Declaration

enum Mks.TouchEventKind

Description [src]

The type of a touch event.

Members

Name Description
MKS_TOUCH_EVENT_BEGIN

The touch event has just started.

MKS_TOUCH_EVENT_UPDATE

The touch event has been updated.

MKS_TOUCH_EVENT_END

The touch event has finished.

MKS_TOUCH_EVENT_CANCEL

The touch event has been canceled.