private static class LensApplication.LensTouchEvent extends LensApplication.Event
Modifier and Type | Field and Description |
---|---|
private int |
absX |
private int |
absY |
private long |
id |
private int |
state |
private LensView |
view |
private int |
x |
private int |
y |
Constructor and Description |
---|
LensTouchEvent(LensView view,
int state,
long id,
int x,
int y,
int absX,
int absY) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dispatch() |
java.lang.String |
toString() |
private LensView view
private int state
private long id
private int x
private int y
private int absX
private int absY
LensTouchEvent(LensView view, int state, long id, int x, int y, int absX, int absY)
void dispatch()
dispatch
in class LensApplication.Event
public java.lang.String toString()
toString
in class java.lang.Object