Uses of Class
org.deken.game.input.InputMonitor

Packages that use InputMonitor
org.deken.game.input The Input package holds all the classes and interface for handling input events. 
 

Uses of InputMonitor in org.deken.game.input
 

Methods in org.deken.game.input that return InputMonitor
static InputMonitor InputMonitor.getInstance()
          getInstance This class is a singleton, allowing inputs to be monitored by one object.
static InputMonitor InputMonitor.getInstance(java.awt.Component component)
          getInstance This class is a singleton, allowing inputs to be monitored by one object.