private static class LensApplication.LensMouseEvent extends LensApplication.Event
Modifier and Type | Field and Description |
---|---|
private int |
absx |
private int |
absy |
private int |
action |
private int |
button |
private boolean |
isPopupTrigger |
private boolean |
isSynthesized |
private int |
modifiers |
private LensView |
target |
private int |
x |
private int |
y |
Constructor and Description |
---|
LensMouseEvent(LensView target,
int action,
int x,
int y,
int absx,
int absy,
int button,
int modifiers,
boolean isPopupTrigger,
boolean isSynthesized) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dispatch() |
java.lang.String |
toString() |
private LensView target
private int action
private int x
private int y
private int absx
private int absy
private int button
private int modifiers
private boolean isPopupTrigger
private boolean isSynthesized
LensMouseEvent(LensView target, int action, int x, int y, int absx, int absy, int button, int modifiers, boolean isPopupTrigger, boolean isSynthesized)
void dispatch()
dispatch
in class LensApplication.Event
public java.lang.String toString()
toString
in class java.lang.Object