Uses of Class
simogl.input.InputAction

Packages that use InputAction
simogl.input   
 

Uses of InputAction in simogl.input
 

Methods in simogl.input with parameters of type InputAction
 void InputManager.assignKey(InputAction inputAction, int keyCode)
          Assigns a specific key to an InputAction.
 void InputManager.assignMouse(InputAction inputAction, int mouseCode)
          Assigns a mouse action to an object of InputAction.
 void InputManager.clearAssignments(InputAction inputAction)
          Clears all assigned mouse and key actions from an input action
 java.util.List InputManager.getMaps(InputAction gameCode)
          Gets a List of names of the keys and mouse actions mapped to this GameAction.