@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, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="length") public int length()
@Nullable public Touch item(int index)