public static class Input.TouchEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
pointer |
static int |
TOUCH_DOWN |
static int |
TOUCH_DRAGGED |
static int |
TOUCH_UP |
int |
type |
int |
x |
int |
y |
Constructor and Description |
---|
Input.TouchEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int TOUCH_DOWN
public static final int TOUCH_UP
public static final int TOUCH_DRAGGED
public int type
public int x
public int y
public int pointer