|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GameAction | |
| com.brackeen.javagamebook.input | |
| Uses of GameAction in com.brackeen.javagamebook.input |
| Methods in com.brackeen.javagamebook.input with parameters of type GameAction | |
void |
InputManager.mapToKey(GameAction gameAction,
int keyCode)
Maps a GameAction to a specific key. |
void |
InputManager.mapToMouse(GameAction gameAction,
int mouseCode)
Maps a GameAction to a specific mouse action. |
void |
InputManager.clearMap(GameAction gameAction)
Clears all mapped keys and mouse actions to this GameAction. |
java.util.List |
InputManager.getMaps(GameAction gameCode)
Gets a List of names of the keys and mouse actions mapped to this GameAction. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||