@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GamepadTouch")
public class GamepadTouch
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
GamepadTouch() |
| Modifier and Type | Method and Description |
|---|---|
Float32Array |
position() |
Uint32Array |
surfaceDimensions() |
short |
surfaceId() |
int |
touchId() |
@JsProperty(name="position") @Nonnull public Float32Array position()
@JsProperty(name="surfaceDimensions") @Nullable public Uint32Array surfaceDimensions()
@JsProperty(name="surfaceId") public short surfaceId()
@JsProperty(name="touchId") public int touchId()