private static class MacTouchInputSupport.TouchPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
id |
(package private) int |
state |
(package private) int |
x |
(package private) int |
xAbs |
(package private) int |
y |
(package private) int |
yAbs |
Constructor and Description |
---|
TouchPoint(int state,
long id,
int x,
int y,
int xAbs,
int yAbs) |