|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.minueto.handlers.MinuetoKeyboard
public class MinuetoKeyboard
The MinuetoKeyboard class contains the set of constants returned by
MinuetoKeyboardHandler. Instead of evaluating key values as integers,
the following constants should be used.
MinuetoKeyboardHandler| Field Summary | |
|---|---|
static int |
KEY_0
The 0 key on the top of the keyboard |
static int |
KEY_1
The 1 key on the top of the keyboard |
static int |
KEY_2
The 2 key on the top of the keyboard |
static int |
KEY_3
The 3 key on the top of the keyboard |
static int |
KEY_4
The 4 key on the top of the keyboard |
static int |
KEY_5
The 5 key on the top of the keyboard |
static int |
KEY_6
The 6 key on the top of the keyboard |
static int |
KEY_7
The 7 key on the top of the keyboard |
static int |
KEY_8
The 8 key on the top of the keyboard |
static int |
KEY_9
The 9 key on the top of the keyboard |
static int |
KEY_A
The A key |
static int |
KEY_ALT
The Alt key |
static int |
KEY_B
The B key |
static int |
KEY_BACKSPACE
The Backspace key |
static int |
KEY_C
The C key |
static int |
KEY_CAPSLOCK
The Capslock key |
static int |
KEY_CONTROL
The Control key |
static int |
KEY_D
The D key |
static int |
KEY_DELETE
The Delete key |
static int |
KEY_DOWN
The Down key |
static int |
KEY_E
The E key |
static int |
KEY_END
The End key |
static int |
KEY_ENTER
The Enter key |
static int |
KEY_ESC
The ESC key |
static int |
KEY_F
The F key |
static int |
KEY_F1
The F1 key |
static int |
KEY_F10
The F10 key |
static int |
KEY_F11
The F11 key |
static int |
KEY_F12
The F12 key |
static int |
KEY_F2
The F2 key |
static int |
KEY_F3
The F3 key |
static int |
KEY_F4
The F4 key |
static int |
KEY_F5
The F5 key |
static int |
KEY_F6
The F6 key |
static int |
KEY_F7
The F7 key |
static int |
KEY_F8
The F8 key |
static int |
KEY_F9
The F9 key |
static int |
KEY_G
The G key |
static int |
KEY_H
The H key |
static int |
KEY_HOME
The Home key |
static int |
KEY_I
The I key |
static int |
KEY_J
The J key |
static int |
KEY_K
The K key |
static int |
KEY_L
The L key |
static int |
KEY_LEFT
The Left key |
static int |
KEY_M
The M key |
static int |
KEY_N
The N key |
static int |
KEY_NUM_0
The 0 key on the numeric keypad |
static int |
KEY_NUM_1
The 1 key on the numeric keypad |
static int |
KEY_NUM_2
The 2 key on the numeric keypad |
static int |
KEY_NUM_3
The 3 key on the numeric keypad |
static int |
KEY_NUM_4
The 4 key on the numeric keypad |
static int |
KEY_NUM_5
The 5 key on the numeric keypad |
static int |
KEY_NUM_6
The 6 key on the numeric keypad |
static int |
KEY_NUM_7
The 7 key on the numeric keypad |
static int |
KEY_NUM_8
The 8 key on the numeric keypad |
static int |
KEY_NUM_9
The 9 key on the numeric keypad |
static int |
KEY_O
The O key |
static int |
KEY_P
The P key |
static int |
KEY_PAGEDOWN
The Page Down key |
static int |
KEY_PAGEUP
The Page Up key |
static int |
KEY_Q
The Q key |
static int |
KEY_R
The R key |
static int |
KEY_RIGHT
The Right key |
static int |
KEY_S
The S key |
static int |
KEY_SHIFT
The Shift key |
static int |
KEY_SPACE
The Spacebar key |
static int |
KEY_T
The T key |
static int |
KEY_U
The U key |
static int |
KEY_UP
The Up key |
static int |
KEY_V
The V key |
static int |
KEY_W
The W key |
static int |
KEY_X
The X key |
static int |
KEY_Y
The Y key |
static int |
KEY_Z
The Z key |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int KEY_A
public static final int KEY_B
public static final int KEY_C
public static final int KEY_D
public static final int KEY_E
public static final int KEY_F
public static final int KEY_G
public static final int KEY_H
public static final int KEY_I
public static final int KEY_J
public static final int KEY_K
public static final int KEY_L
public static final int KEY_M
public static final int KEY_N
public static final int KEY_O
public static final int KEY_P
public static final int KEY_Q
public static final int KEY_R
public static final int KEY_S
public static final int KEY_T
public static final int KEY_U
public static final int KEY_V
public static final int KEY_W
public static final int KEY_X
public static final int KEY_Y
public static final int KEY_Z
public static final int KEY_1
public static final int KEY_2
public static final int KEY_3
public static final int KEY_4
public static final int KEY_5
public static final int KEY_6
public static final int KEY_7
public static final int KEY_8
public static final int KEY_9
public static final int KEY_0
public static final int KEY_CAPSLOCK
public static final int KEY_SHIFT
public static final int KEY_CONTROL
public static final int KEY_ALT
public static final int KEY_ENTER
public static final int KEY_BACKSPACE
public static final int KEY_SPACE
public static final int KEY_UP
public static final int KEY_DOWN
public static final int KEY_LEFT
public static final int KEY_RIGHT
public static final int KEY_DELETE
public static final int KEY_ESC
public static final int KEY_NUM_1
public static final int KEY_NUM_2
public static final int KEY_NUM_3
public static final int KEY_NUM_4
public static final int KEY_NUM_5
public static final int KEY_NUM_6
public static final int KEY_NUM_7
public static final int KEY_NUM_8
public static final int KEY_NUM_9
public static final int KEY_NUM_0
public static final int KEY_F1
public static final int KEY_F2
public static final int KEY_F3
public static final int KEY_F4
public static final int KEY_F5
public static final int KEY_F6
public static final int KEY_F7
public static final int KEY_F8
public static final int KEY_F9
public static final int KEY_F10
public static final int KEY_F11
public static final int KEY_F12
public static final int KEY_PAGEUP
public static final int KEY_PAGEDOWN
public static final int KEY_END
public static final int KEY_HOME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||