public class TouchEvent extends UIEvent
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
boolean |
altKey |
TouchList |
changedTouches |
boolean |
ctrlKey |
boolean |
metaKey |
boolean |
shiftKey |
TouchList |
targetTouches |
TouchList |
touches |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
TouchEvent(java.lang.String type) |
TouchEvent(java.lang.String type,
TouchEventInit eventInitDict) |
initUIEvent
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public boolean altKey
public TouchList changedTouches
public boolean ctrlKey
public boolean metaKey
public boolean shiftKey
public TouchList targetTouches
public TouchList touches
public TouchEvent(java.lang.String type, TouchEventInit eventInitDict)
public TouchEvent(java.lang.String type)