public class SystemMouseClickEvent extends java.lang.Object implements SystemEvent
Modifier and Type | Field and Description |
---|---|
int |
action |
int |
button |
int |
mods |
long |
window |
Constructor and Description |
---|
SystemMouseClickEvent(long window,
int button,
int action,
int mods) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |