Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
P
R
S
T
U
W
X
Y
K
Keyboard
- Class in
jplay
Class responsible for handling the keys of keyboard and its behavior.
Keyboard()
- Constructor for class jplay.
Keyboard
Create instance of class Keyboard with the following keys and its behavior: UP_KEY, LEFT_KEY, RIGHT_KEY, DOWN_KEY have the behavior DETECT_EVERY_PRESS, and the keys ESCAPE_KEY, SPACE_KEY, ENTER_KEY have the behavior DETECT_INITIAL_PRESS_ONLY.
keyDown(int)
- Method in class jplay.
Keyboard
Method used for knowing if a key is pressed.
keyPressed(KeyEvent)
- Method in class jplay.
Keyboard
keyReleased(KeyEvent)
- Method in class jplay.
Keyboard
keyTyped(KeyEvent)
- Method in class jplay.
Keyboard
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
P
R
S
T
U
W
X
Y