PointerActionTypeΒΆ

Enumeration PointerActionType

Specifies the type of pointer action.

Enumeration Members

ANY: 8

Placeholder for any pointer action type.

CLICKED: 1

Represents a click action.

DOUBLECLICKED: 4

Represents a double click action.

NONE: 0

No pointer action.

PRESSED: 2

Represents a press action.

RELEASED: 3

Represents a release action.

TOUCH_DOUBLE_PICKED: 7

Represents a touch double pick action.

TOUCH_PICKED: 5

Represents a touch pick action.

TOUCH_PRESSED: 6

Represents a touch press action.