Contains the information about the touch screen interaction
const touch = this.inputController.touch;if (touch.touching) { const interaction = touch.interactions[0];} Copy
const touch = this.inputController.touch;if (touch.touching) { const interaction = touch.interactions[0];}
The information about the interactions with the screen
TRUE if there is an interaction with the screen
Contains the information about the touch screen interaction
Example