@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="TouchList")
public class TouchList
extends java.lang.Object
| 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.
|
@JsProperty(name="length") public int length()
@Nullable public Touch item(int index)