public class Touchscreen
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Touchscreen.Touch |
Modifier and Type | Field and Description |
---|---|
static Signal<Touchscreen.Touch> |
event |
static java.util.HashMap<java.lang.Integer,Touchscreen.Touch> |
pointers |
static boolean |
touched |
static float |
x |
static float |
y |
Constructor and Description |
---|
Touchscreen() |
Modifier and Type | Method and Description |
---|---|
static void |
processTouchEvents(java.util.ArrayList<android.view.MotionEvent> events) |
public static Signal<Touchscreen.Touch> event
public static java.util.HashMap<java.lang.Integer,Touchscreen.Touch> pointers
public static float x
public static float y
public static boolean touched