Multi-touch interaction data implementation
Creates the interaction data
Protected
Readonly
The list of touch data.
Adds a touch data to this multi-touch data
The touch data to add
Flushes data.
The pixel tolerance for considering the line horizontal.
True if the line of each touch is relatively horizontal and in the same direction.
The pixel tolerance for considering the lines vertical.
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.
The touch event data to use.
The touch event
The velocity of the move, in pixels per millisecond. For multi-touch, the velocity is the mean of all the touch velocities.
The direciton to consider.
Generated using TypeDoc
Multi-touch interaction data implementation