|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyListener
Describes classes capable of responding to key presses
Method Summary | |
---|---|
void |
keyPressed(int key,
char c)
Notification that a key was pressed |
void |
keyReleased(int key,
char c)
Notification that a key was released |
Methods inherited from interface zombie.core.input.ControlledInputReciever |
---|
inputEnded, inputStarted, isAcceptingInput, setInput |
Method Detail |
---|
void keyPressed(int key, char c)
key
- The key code that was pressed (@see org.newdawn.slick.Input)c
- The character of the key that was pressedvoid keyReleased(int key, char c)
key
- The key code that was released (@see org.newdawn.slick.Input)c
- The character of the key that was released
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |