endrov.gui.window
Class JInputModeBasicWindow

java.lang.Object
  extended by endrov.gui.window.JInputModeBasicWindow
All Implemented Interfaces:
JInputMode

public class JInputModeBasicWindow
extends java.lang.Object
implements JInputMode

Send input to the currently active BasicWindow


Constructor Summary
JInputModeBasicWindow()
           
 
Method Summary
 void bindAxisPerformed(JInputManager.EvJinputStatus status)
           
 void bindKeyPerformed(JInputManager.EvJinputButtonEvent e)
           
static EvBasicWindow getWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JInputModeBasicWindow

public JInputModeBasicWindow()
Method Detail

getWindow

public static EvBasicWindow getWindow()

bindAxisPerformed

public void bindAxisPerformed(JInputManager.EvJinputStatus status)
Specified by:
bindAxisPerformed in interface JInputMode

bindKeyPerformed

public void bindKeyPerformed(JInputManager.EvJinputButtonEvent e)
Specified by:
bindKeyPerformed in interface JInputMode