Options
All
  • Public
  • Public/Protected
  • All
Menu

The phases that a touch event goes through. The phase is passed to the event handlers. These properties are read-only, attempting to change them will not alter the values passed to the event handlers.

Hierarchy

  • PhasesEnum

Index

Properties

PHASE_CANCEL: "cancel"

Constant indicating the cancel phase of the touch event.

PHASE_END: "end"

Constant indicating the end phase of the touch event.

PHASE_MOVE: "move"

Constant indicating the move phase of the touch event.

PHASE_START: "start"

Constant indicating the start phase of the touch event.

Generated using TypeDoc