Tracks and provides access to touch screen input state from the previous frame. Supports multi-touch
by storing an array of active touch interactions, each containing position and size information.
Example
consttouch = this.inputController.touch;
if (touch.touching) { constinteraction = touch.interactions[0]; }
Tracks and provides access to touch screen input state from the previous frame. Supports multi-touch by storing an array of active touch interactions, each containing position and size information.
Example