Mallet Engine
2
Entity-Component based game engine, written in Java.
|
Public Member Functions | |
void | addInputHandler (final InputHandler _handler) |
void | removeInputHandler (final InputHandler _handler) |
void | update () |
void | clearHandlers () |
void | clearInputs () |
void com.linxonline.mallet.input.InputSystemInterface.addInputHandler | ( | final InputHandler | _handler | ) |
Implemented in com.linxonline.mallet.input.InputState, and com.linxonline.mallet.input.InputSystem.
Implemented in com.linxonline.mallet.input.InputSystem, and com.linxonline.mallet.input.InputState.
Implemented in com.linxonline.mallet.input.InputSystem, and com.linxonline.mallet.input.InputState.
void com.linxonline.mallet.input.InputSystemInterface.removeInputHandler | ( | final InputHandler | _handler | ) |
Implemented in com.linxonline.mallet.input.InputState, and com.linxonline.mallet.input.InputSystem.
Implemented in com.linxonline.mallet.input.InputState, and com.linxonline.mallet.input.InputSystem.