public class TouchEvent extends UIEvent
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
altKey |
Objs.Property<Boolean> |
ctrlKey |
Objs.Property<TouchList> |
changedTouches |
Objs.Property<Boolean> |
metaKey |
Objs.Property<Boolean> |
shiftKey |
Objs.Property<TouchList> |
targetTouches |
Objs.Property<TouchList> |
touches |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
TouchEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static TouchEvent |
$as(Object obj) |
Boolean |
altKey() |
Boolean |
ctrlKey() |
TouchList |
changedTouches() |
Boolean |
metaKey() |
Boolean |
shiftKey() |
TouchList |
targetTouches() |
TouchList |
touches() |
detail, initUIEvent, view
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, initEvent, isTrusted, preventDefault, returnValue, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, type
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Boolean> altKey
public Objs.Property<TouchList> changedTouches
public Objs.Property<Boolean> ctrlKey
public Objs.Property<Boolean> metaKey
public Objs.Property<Boolean> shiftKey
public Objs.Property<TouchList> targetTouches
public Objs.Property<TouchList> touches
protected TouchEvent(Objs.Constructor<?> c, Object js)
public static TouchEvent $as(Object obj)
public Boolean altKey()
public TouchList changedTouches()
public Boolean ctrlKey()
public Boolean metaKey()
public Boolean shiftKey()
public TouchList targetTouches()
public TouchList touches()
Copyright © 2018. All rights reserved.