@JsType(isNative=true, name="Touch", namespace="<global>") public static class NativeTouchEvent.Touch<E extends HTMLElement<E>> extends Object
Constructor and Description |
---|
Touch() |
Modifier and Type | Method and Description |
---|---|
int |
getClientX() |
int |
getClientY() |
int |
getIdentifier() |
int |
getPageX() |
int |
getPageY() |
int |
getRelativeX(Element<?> target) |
int |
getRelativeY(Element<?> target) |
int |
getScreenX() |
int |
getScreenY() |
E |
getTarget() |
@JsProperty(name="identifier") public int getIdentifier()
@JsProperty(name="screenX") public int getScreenX()
@JsProperty(name="screenY") public int getScreenY()
@JsProperty(name="clientX") public int getClientX()
@JsProperty(name="clientY") public int getClientY()
@JsProperty(name="pageX") public int getPageX()
@JsProperty(name="pageY") public int getPageY()
@JsProperty(name="target") public E getTarget()
@JsOverlay public final int getRelativeX(Element<?> target)
@JsOverlay public final int getRelativeY(Element<?> target)
Copyright © 2018 Xalys. All rights reserved.