Skip to content

editorGlobalsPointerEvents

Enumeration: PointerEvents

Index

Enumeration members

Enumeration members

CONTEXT_MENU

CONTEXT_MENU: = "ContextMenu"

Defined in src/input/devices/CanvasTouchInputDevice.ts:20


GOT_POINTER_CAPTURE

GOT_POINTER_CAPTURE: = "GotPointerCapture"

Defined in src/input/devices/CanvasTouchInputDevice.ts:18


LOST_POINTER_CAPTURE

LOST_POINTER_CAPTURE: = "LostPointerCapture"

Defined in src/input/devices/CanvasTouchInputDevice.ts:19


POINTER_CANCEL

POINTER_CANCEL: = "PointerCancel"

Defined in src/input/devices/CanvasTouchInputDevice.ts:15


POINTER_DOWN

POINTER_DOWN: = "PointerDown"

Defined in src/input/devices/CanvasTouchInputDevice.ts:12


POINTER_ENTER

POINTER_ENTER: = "PointerEnter"

Defined in src/input/devices/CanvasTouchInputDevice.ts:11


POINTER_LEAVE

POINTER_LEAVE: = "PointerLeave"

Defined in src/input/devices/CanvasTouchInputDevice.ts:17


POINTER_MOVE

POINTER_MOVE: = "PointerMove"

Defined in src/input/devices/CanvasTouchInputDevice.ts:13


POINTER_OUT

POINTER_OUT: = "PointerOut"

Defined in src/input/devices/CanvasTouchInputDevice.ts:16


POINTER_OVER

POINTER_OVER: = "PointerOver"

Defined in src/input/devices/CanvasTouchInputDevice.ts:10


POINTER_UP

POINTER_UP: = "PointerUp"

Defined in src/input/devices/CanvasTouchInputDevice.ts:14