static class TouchState.Point
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
id |
(package private) int |
x |
(package private) int |
y |
Constructor and Description |
---|
Point() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
copyTo(TouchState.Point target)
Copies a touch point's data to a target Point
|
java.lang.String |
toString() |
void copyTo(TouchState.Point target)
target
- the Point object to which to copy this object's datapublic java.lang.String toString()
toString
in class java.lang.Object