public class Touch extends Object
Modifier and Type | Field and Description |
---|---|
int |
clientX |
int |
clientY |
int |
identifier |
int |
pageX |
int |
pageY |
static Touch |
prototype |
int |
screenX |
int |
screenY |
EventTarget |
target |
constructor
Constructor and Description |
---|
Touch() |
$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 int clientX
public int clientY
public int identifier
public int pageX
public int pageY
public int screenX
public int screenY
public EventTarget target
public static Touch prototype