@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="TouchList")
public class TouchList
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
TouchList() |
| Modifier and Type | Method and Description |
|---|---|
Touch |
item(int index)
The item() method returns the Touch object at the specified index in the TouchList.
|
int |
length()
The length read-only property indicates the number of items (touch points) in a given TouchList.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="length") public int length()
@Nullable public Touch item(int index)