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