• GestureDevice routes gesture events (as defined by hammerjs) to a Stage

Constructors

Properties

Methods

Constructors

  • Create the device by providing the name of an HTML element (typically a DIV) that should begin receiving gestures.

    Parameters

    • domId: string

      The Id of the DOM element that will receive gesture events

    • stage: Stage

      The stage that should receive the events

    Returns GestureDevice

Properties

gestureHudFirst: boolean = true

Should gestures go to the HUD first, or to the WORLD first?

Methods

  • Reset the gesture system to its default state

    Returns void