Skip to content

Events

eNum Events

Enumeration Members

BLUR

BLUR: "blur"

Source

src/input/InputUtils.ts:33


CLICK

CLICK: "click"

Source

src/input/InputUtils.ts:7


FOCUS

FOCUS: "focus"

Source

src/input/InputUtils.ts:32


KEY_DOWN

KEY_DOWN: "keydown"

Source

src/input/InputUtils.ts:34


KEY_PRESS

KEY_PRESS: "keypress"

Source

src/input/InputUtils.ts:35


KEY_UP

KEY_UP: "keyup"

Source

src/input/InputUtils.ts:36


MOUSE_DOWN

MOUSE_DOWN: "mousedown"

Source

src/input/InputUtils.ts:8


MOUSE_MOVE

MOUSE_MOVE: "mousemove"

Source

src/input/InputUtils.ts:9


MOUSE_OUT

MOUSE_OUT: "mouseout"

Source

src/input/InputUtils.ts:10


MOUSE_OVER

MOUSE_OVER: "mouseover"

Source

src/input/InputUtils.ts:11


MOUSE_UP

MOUSE_UP: "mouseup"

Source

src/input/InputUtils.ts:12


MOUSE_UP_OUTSIDE

MOUSE_UP_OUTSIDE: "mouseupoutside"

Source

src/input/InputUtils.ts:13


POINTER_CANCEL

POINTER_CANCEL: "pointercancel"

Source

src/input/InputUtils.ts:14


POINTER_DOWN

POINTER_DOWN: "pointerdown"

Source

src/input/InputUtils.ts:15


POINTER_MOVE

POINTER_MOVE: "pointermove"

Source

src/input/InputUtils.ts:16


POINTER_OUT

POINTER_OUT: "pointerout"

Source

src/input/InputUtils.ts:17


POINTER_OVER

POINTER_OVER: "pointerover"

Source

src/input/InputUtils.ts:18


POINTER_TAP

POINTER_TAP: "pointertap"

Source

src/input/InputUtils.ts:19


POINTER_UP

POINTER_UP: "pointerup"

Source

src/input/InputUtils.ts:20


POINTER_UP_OUTSIDE

POINTER_UP_OUTSIDE: "pointerupoutside"

Source

src/input/InputUtils.ts:21


RIGHT_CLICK

RIGHT_CLICK: "rightclick"

Source

src/input/InputUtils.ts:22


RIGHT_DOWN

RIGHT_DOWN: "rightdown"

Source

src/input/InputUtils.ts:23


RIGHT_UP

RIGHT_UP: "rightup"

Source

src/input/InputUtils.ts:24


RIGHT_UP_OUTSIDE

RIGHT_UP_OUTSIDE: "rightupoutside"

Source

src/input/InputUtils.ts:25


TAP

TAP: "tap"

Source

src/input/InputUtils.ts:26


TOUCH_CANCEL

TOUCH_CANCEL: "touchcancel"

Source

src/input/InputUtils.ts:27


TOUCH_END

TOUCH_END: "touchend"

Source

src/input/InputUtils.ts:28


TOUCH_END_OUTSIDE

TOUCH_END_OUTSIDE: "touchendoutside"

Source

src/input/InputUtils.ts:29


TOUCH_MOVE

TOUCH_MOVE: "touchmove"

Source

src/input/InputUtils.ts:30


TOUCH_START

TOUCH_START: "touchstart"

Source

src/input/InputUtils.ts:31