Class MultiTouchDataImpl

Multi-touch interaction data implementation

Hierarchy

Implements

Constructors

Properties

touchesData: Map<number, SrcTgtTouchDataImpl>

Accessors

Methods

  • Parameters

    • pxTolerance: number

      The pixel tolerance for considering the line horizontal.

    Returns boolean

    True if the line of each touch is relatively horizontal and in the same direction.

  • Parameters

    • pxTolerance: number

      The pixel tolerance for considering the lines vertical.

    Returns boolean

    True if the line of each touch is relatively vertical and in the same direction.

  • Sets new value for the given touch point. The identifier of the given event point is used to find the corresponding touch data.

    Parameters

    • tp: Touch

      The touch event data to use.

    • evt: TouchEvent

      The touch event

    Returns void

Generated using TypeDoc