Extends: BaseUIEvent
See: https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent
- PointerEvent
- new PointerEvent(type, eventInit)
- .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 PointerEvent.
| 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
pointerEvent.target : Node
Read only
pointerEvent.currentTarget : Node
Read only
Read only
Read only
Read only
Read only