public class TouchEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TOUCH_MOVED |
static int |
TOUCH_PRESSED |
static int |
TOUCH_RELEASED |
static int |
TOUCH_STILL |
Constructor and Description |
---|
TouchEvent() |
public static final int TOUCH_PRESSED
public static final int TOUCH_MOVED
public static final int TOUCH_RELEASED
public static final int TOUCH_STILL