The button being pressed (0: left, 1: middle, 2: right)
Bitmap of currently pressed buttons
The height of the touch contact area
Whether the event was normalized by PixiJS
Whether this is the primary touch point
The x coordinate relative to the current layer
The y coordinate relative to the current layer
The x coordinate relative to the target's offset parent
The y coordinate relative to the target's offset parent
Unique identifier for this touch point
The type of pointer that triggered this event
The normalized pressure of the pointer (0 to 1)
The normalized tangential pressure of the pointer
The angle of tilt along the x-axis (in degrees)
The angle of tilt along the y-axis (in degrees)
The rotation angle of the pointer (e.g., pen)
The type of touch event
The width of the touch contact area
A PixiJS compatible touch event interface that extends the standard DOM Touch interface. Provides additional properties to normalize touch input with mouse/pointer events.
Example
See
https://developer.mozilla.org/en-US/docs/Web/API/Touch DOM Touch Interface