Uses of Class
com.brackeen.javagamebook.input.GameAction

Packages that use GameAction
com.brackeen.javagamebook.input   
se.liu.student.kimgr905.tilegame   
 

Uses of GameAction in com.brackeen.javagamebook.input
 

Fields in com.brackeen.javagamebook.input declared as GameAction
private  GameAction[] InputManager.keyActions
           
private  GameAction[] InputManager.mouseActions
           
 

Methods in com.brackeen.javagamebook.input that return GameAction
private  GameAction InputManager.getKeyAction(java.awt.event.KeyEvent e)
           
private  GameAction InputManager.getMouseButtonAction(java.awt.event.MouseEvent e)
           
 

Methods in com.brackeen.javagamebook.input with parameters of type GameAction
 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.
 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.
 

Uses of GameAction in se.liu.student.kimgr905.tilegame
 

Fields in se.liu.student.kimgr905.tilegame declared as GameAction
private  GameAction GameManager.exit
           
private  GameAction GameManager.moveDown
           
private  GameAction GameManager.moveLeft
           
private  GameAction GameManager.moveRight
           
private  GameAction GameManager.moveUp
           
private  GameAction GameManager.shoot