Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration INTERACTION_STATE

Index

Enumeration Members

Enumeration Members

DOWN: "down"

The event enum for mousedown and touchstart.

END: "end"

The event enum for mouseup, mouseout, touchcancel and touchup.

MOVE: "move"

The event enum for mousemove and touchmove.

OUT: "out"

The event enum for mouseout and touchcancel.

UP: "up"

The event enum for mouseup and touchup.