TouchEvent.constructor constructor
TouchEvent.constructor(})
Implementation
TouchEvent.constructor(
super.type, {
this.altKey = false,
this.changedTouches,
this.ctrlKey = false,
this.metaKey = false,
this.shiftKey = false,
this.targetTouches,
this.touches,
});