| Method Signature | Description |
| boolean isKeyboardButtonDown(KeysEnum targetKey) | returns true if the key indicated by "targetKey" is being pressed, false otherwise |
| void paddleMoveLeft(); | call this function to make the paddle move left by one unit |
| void paddleMoveRight(); | call this function to make the paddle move right by one unit |
| Type | Values |
| KeysEnum | {LEFT, RIGHT, UP, DOWN, SPACE, ENTER, ESCAPE, SHIFT,...,L, M, N, O, P,...} |