public static class Input.KeyEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
KEY_DOWN |
static int |
KEY_UP |
char |
keyChar |
int |
keyCode |
int |
type |
Constructor and Description |
---|
Input.KeyEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int KEY_DOWN
public static final int KEY_UP
public int type
public int keyCode
public char keyChar