org.minueto.handlers
Class MinuetoKeyboard

java.lang.Object
  extended by org.minueto.handlers.MinuetoKeyboard

public class MinuetoKeyboard
extends java.lang.Object

The MinuetoKeyboard class contains the set of constants returned by MinuetoKeyboardHandler. Instead of evaluating key values as integers, the following constants should be used.

Since:
Minueto 0.4
See Also:
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

KEY_A

public static final int KEY_A
The A key

See Also:
Constant Field Values

KEY_B

public static final int KEY_B
The B key

See Also:
Constant Field Values

KEY_C

public static final int KEY_C
The C key

See Also:
Constant Field Values

KEY_D

public static final int KEY_D
The D key

See Also:
Constant Field Values

KEY_E

public static final int KEY_E
The E key

See Also:
Constant Field Values

KEY_F

public static final int KEY_F
The F key

See Also:
Constant Field Values

KEY_G

public static final int KEY_G
The G key

See Also:
Constant Field Values

KEY_H

public static final int KEY_H
The H key

See Also:
Constant Field Values

KEY_I

public static final int KEY_I
The I key

See Also:
Constant Field Values

KEY_J

public static final int KEY_J
The J key

See Also:
Constant Field Values

KEY_K

public static final int KEY_K
The K key

See Also:
Constant Field Values

KEY_L

public static final int KEY_L
The L key

See Also:
Constant Field Values

KEY_M

public static final int KEY_M
The M key

See Also:
Constant Field Values

KEY_N

public static final int KEY_N
The N key

See Also:
Constant Field Values

KEY_O

public static final int KEY_O
The O key

See Also:
Constant Field Values

KEY_P

public static final int KEY_P
The P key

See Also:
Constant Field Values

KEY_Q

public static final int KEY_Q
The Q key

See Also:
Constant Field Values

KEY_R

public static final int KEY_R
The R key

See Also:
Constant Field Values

KEY_S

public static final int KEY_S
The S key

See Also:
Constant Field Values

KEY_T

public static final int KEY_T
The T key

See Also:
Constant Field Values

KEY_U

public static final int KEY_U
The U key

See Also:
Constant Field Values

KEY_V

public static final int KEY_V
The V key

See Also:
Constant Field Values

KEY_W

public static final int KEY_W
The W key

See Also:
Constant Field Values

KEY_X

public static final int KEY_X
The X key

See Also:
Constant Field Values

KEY_Y

public static final int KEY_Y
The Y key

See Also:
Constant Field Values

KEY_Z

public static final int KEY_Z
The Z key

See Also:
Constant Field Values

KEY_1

public static final int KEY_1
The 1 key on the top of the keyboard

See Also:
Constant Field Values

KEY_2

public static final int KEY_2
The 2 key on the top of the keyboard

See Also:
Constant Field Values

KEY_3

public static final int KEY_3
The 3 key on the top of the keyboard

See Also:
Constant Field Values

KEY_4

public static final int KEY_4
The 4 key on the top of the keyboard

See Also:
Constant Field Values

KEY_5

public static final int KEY_5
The 5 key on the top of the keyboard

See Also:
Constant Field Values

KEY_6

public static final int KEY_6
The 6 key on the top of the keyboard

See Also:
Constant Field Values

KEY_7

public static final int KEY_7
The 7 key on the top of the keyboard

See Also:
Constant Field Values

KEY_8

public static final int KEY_8
The 8 key on the top of the keyboard

See Also:
Constant Field Values

KEY_9

public static final int KEY_9
The 9 key on the top of the keyboard

See Also:
Constant Field Values

KEY_0

public static final int KEY_0
The 0 key on the top of the keyboard

See Also:
Constant Field Values

KEY_CAPSLOCK

public static final int KEY_CAPSLOCK
The Capslock key

See Also:
Constant Field Values

KEY_SHIFT

public static final int KEY_SHIFT
The Shift key

See Also:
Constant Field Values

KEY_CONTROL

public static final int KEY_CONTROL
The Control key

See Also:
Constant Field Values

KEY_ALT

public static final int KEY_ALT
The Alt key

See Also:
Constant Field Values

KEY_ENTER

public static final int KEY_ENTER
The Enter key

See Also:
Constant Field Values

KEY_BACKSPACE

public static final int KEY_BACKSPACE
The Backspace key

See Also:
Constant Field Values

KEY_SPACE

public static final int KEY_SPACE
The Spacebar key

See Also:
Constant Field Values

KEY_UP

public static final int KEY_UP
The Up key

See Also:
Constant Field Values

KEY_DOWN

public static final int KEY_DOWN
The Down key

See Also:
Constant Field Values

KEY_LEFT

public static final int KEY_LEFT
The Left key

See Also:
Constant Field Values

KEY_RIGHT

public static final int KEY_RIGHT
The Right key

See Also:
Constant Field Values

KEY_DELETE

public static final int KEY_DELETE
The Delete key

See Also:
Constant Field Values

KEY_ESC

public static final int KEY_ESC
The ESC key

See Also:
Constant Field Values

KEY_NUM_1

public static final int KEY_NUM_1
The 1 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_2

public static final int KEY_NUM_2
The 2 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_3

public static final int KEY_NUM_3
The 3 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_4

public static final int KEY_NUM_4
The 4 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_5

public static final int KEY_NUM_5
The 5 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_6

public static final int KEY_NUM_6
The 6 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_7

public static final int KEY_NUM_7
The 7 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_8

public static final int KEY_NUM_8
The 8 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_9

public static final int KEY_NUM_9
The 9 key on the numeric keypad

See Also:
Constant Field Values

KEY_NUM_0

public static final int KEY_NUM_0
The 0 key on the numeric keypad

See Also:
Constant Field Values

KEY_F1

public static final int KEY_F1
The F1 key

See Also:
Constant Field Values

KEY_F2

public static final int KEY_F2
The F2 key

See Also:
Constant Field Values

KEY_F3

public static final int KEY_F3
The F3 key

See Also:
Constant Field Values

KEY_F4

public static final int KEY_F4
The F4 key

See Also:
Constant Field Values

KEY_F5

public static final int KEY_F5
The F5 key

See Also:
Constant Field Values

KEY_F6

public static final int KEY_F6
The F6 key

See Also:
Constant Field Values

KEY_F7

public static final int KEY_F7
The F7 key

See Also:
Constant Field Values

KEY_F8

public static final int KEY_F8
The F8 key

See Also:
Constant Field Values

KEY_F9

public static final int KEY_F9
The F9 key

See Also:
Constant Field Values

KEY_F10

public static final int KEY_F10
The F10 key

See Also:
Constant Field Values

KEY_F11

public static final int KEY_F11
The F11 key

See Also:
Constant Field Values

KEY_F12

public static final int KEY_F12
The F12 key

See Also:
Constant Field Values

KEY_PAGEUP

public static final int KEY_PAGEUP
The Page Up key

See Also:
Constant Field Values

KEY_PAGEDOWN

public static final int KEY_PAGEDOWN
The Page Down key

See Also:
Constant Field Values

KEY_END

public static final int KEY_END
The End key

See Also:
Constant Field Values

KEY_HOME

public static final int KEY_HOME
The Home key

See Also:
Constant Field Values