private static class TouchInputSupport.TouchCoord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
x |
private int |
xAbs |
private int |
y |
private int |
yAbs |
Modifier | Constructor and Description |
---|---|
private |
TouchCoord(int x,
int y,
int xAbs,
int yAbs) |