Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions
com.linxonline.mallet.input.InputState Class Reference
Inheritance diagram for com.linxonline.mallet.input.InputState:
Inheritance graph
[legend]
Collaboration diagram for com.linxonline.mallet.input.InputState:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InputState ()
void setInputAdapterInterface (final InputAdapterInterface _adapter)
final void addInputHandler (final InputHandler _handler)
final void removeInputHandler (final InputHandler _handler)
final void passInputEvent (final InputEvent _event)
final void update ()
final boolean hasInputs ()
final void clearHandlers ()
final void clearInputs ()

Constructor & Destructor Documentation


Member Function Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables