Variable touchEventConst Readonly

touchEvent: boolean = !!("ontouchstart" in globalThis)

True if the browser supports Touch Events

device