Extends: BaseUIEvent
See: https://developer.mozilla.org/en-US/docs/Web/API/GestureEvent
- GestureEvent
- new GestureEvent(type, eventInit)
- .expansion :
number - .rotation :
number - .scale :
number - .translationX :
number - .translationY :
number - .velocityAngular :
number - .velocityExpansion :
number - .velocityX :
number - .velocityY :
number - .pointerId
- .width :
number - .height :
number - .pressure :
number - .tangentialPressure :
number - .tiltX :
number - .tiltY :
number - .twist :
number - .clientX :
number - .clientY :
number - .offsetX :
number - .offsetY :
number - .pageX :
number - .pageY :
number - .screenX :
number - .screenY :
number - .movementX :
number - .movementY :
number - .button :
number - .buttons
- .detail
- .pointerType
- .altKey
- .shiftKey
- .metaKey
- .ctrlKey
- .isPrimary
- .which
- .type
- .isTrusted :
boolean - .target :
Node - .currentTarget :
Node - .bubbles :
boolean - .cancelable :
boolean - .eventPhase
- .defaultPrevented :
boolean - .returnValue :
\* - .preventDefault()
- .stopImmediatePropagation()
- .stopPropagation()
Creates an instance of GestureEvent.
| Param | Type |
|---|---|
| type | \* |
| eventInit | \* |
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
Read only
gestureEvent.target : Node
Read only
gestureEvent.currentTarget : Node
Read only
Read only
Read only
Read only
Read only