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
 

A B C D E F G H I J K L M P R S T U W X Y