public class TouchEvent extends UIEvent
Modifier and Type | Field and Description |
---|---|
Boolean |
altKey |
TouchList |
changedTouches |
Boolean |
ctrlKey |
Boolean |
metaKey |
static TouchEvent |
prototype |
Boolean |
shiftKey |
TouchList |
targetTouches |
TouchList |
touches |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
constructor
Constructor and Description |
---|
TouchEvent() |
initUIEvent
initEvent, preventDefault, stopImmediatePropagation, stopPropagation
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public Boolean altKey
public TouchList changedTouches
public Boolean ctrlKey
public Boolean metaKey
public Boolean shiftKey
public TouchList targetTouches
public TouchList touches
public static TouchEvent prototype