Contains the information about the touch screen interaction

const touch = this.inputController.touch;

if (touch.touching) {
const interaction = touch.interactions[0];
}

Constructors

Properties

Constructors

Properties

interactions: TouchInteraction[] = []

The information about the interactions with the screen

touching: boolean = false

TRUE if there is an interaction with the screen