touch_demonstrator
touchData
TouchData
touchEvent method
touchEvent
TouchData class
Constructors
TouchData
Properties
e
f
x
y
hashCode
runtimeType
Methods
touchEvent
noSuchMethod
toString
Operators
operator ==
touchEvent method
void
touchEvent
(
int
E
,
int
X
,
int
Y
)
Implementation
void touchEvent(int E, int X, int Y){ this.e = E; this.x = X; this.y = Y; }