Package react4j.dom.events
Class TouchEvent
java.lang.Object
react4j.dom.events.SyntheticEvent<akasha.TouchEvent>
react4j.dom.events.TouchEvent
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class TouchEvent
extends SyntheticEvent<akasha.TouchEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal akasha.TouchListbooleangetModifierState(String key) final akasha.TouchListfinal akasha.TouchListfinal booleanisAltKey()final booleanfinal booleanfinal booleanMethods inherited from class react4j.dom.events.SyntheticEvent
getCurrentTarget, getEventPhase, getNativeEvent, getTarget, getTimeStamp, getType, isBubbles, isCancelable, isDefaultPrevented, isPropagationStopped, isTrusted, persist, preventDefault, stopPropagation
-
Constructor Details
-
TouchEvent
public TouchEvent()
-
-
Method Details
-
getModifierState
-
isAltKey
-
getChangedTouches
-
isCtrlKey
-
isMetaKey
-
isShiftKey
-
getTargetTouches
-
getTouches
-