Package org.deken.game.input

The Input package holds all the classes and interface for handling input events.

See:
          Description

Interface Summary
InputListener Title: InputListener Description: This interface is used with the InputMonitor.
InputMouseListener Title: InputMotionListener
keyPolling Title: keyPolling
 

Class Summary
Action Title: Action
Actions Title: Actions
InputAction Title: InputAction
InputMonitor Title: InputMonitor
InputMouseAction Title: InputMouseAction
KeyPollMonitor Title: KeyPollMonitor
 

Enum Summary
Action.Behavior NORMAL: The normal behavior will return true as long as the input (key) is held down.
Action.State  
InputMonitor.Mouse  
 

Package org.deken.game.input Description

The Input package holds all the classes and interface for handling input events. These classes handle events from the user, that will go to the game pieces, menus and other user controlled objects, except for components.

Package Specification

Related Documentation