private static class LensApplication.LensMultiTouchEvent extends LensApplication.Event
Modifier and Type | Field and Description |
---|---|
private int |
dx |
private int |
dy |
private long[] |
ids |
private int[] |
states |
private LensView |
view |
private int[] |
xs |
private int[] |
ys |
Constructor and Description |
---|
LensMultiTouchEvent(LensView view,
int[] states,
long[] ids,
int[] xs,
int[] ys,
int dx,
int dy) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dispatch() |
java.lang.String |
toString() |
private LensView view
private int[] states
private long[] ids
private int[] xs
private int[] ys
private int dx
private int dy
LensMultiTouchEvent(LensView view, int[] states, long[] ids, int[] xs, int[] ys, int dx, int dy)
void dispatch()
dispatch
in class LensApplication.Event
public java.lang.String toString()
toString
in class java.lang.Object