jmetest.game.state
Class MenuHandler

java.lang.Object
  extended bycom.jme.input.InputHandler
      extended byjmetest.game.state.MenuHandler

public class MenuHandler
extends InputHandler

The input handler we use to navigate the menu. E.g. has an absolute mouse.

Author:
Per Thulin

Field Summary
 
Fields inherited from class com.jme.input.InputHandler
buffKeyActions, keyActions, keyboard, mouse, mouseActions, useBufferedKeyboard
 
Constructor Summary
MenuHandler()
           
 
Methods inherited from class com.jme.input.InputHandler
addAction, addAction, addBufferedKeyAction, addKeyboardAction, clearKeyboardActions, clearMouseActions, getKeyBindingManager, getMouse, removeAction, removeAction, setKeyBindingManager, setKeySpeed, setMouse, setMouseSpeed, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuHandler

public MenuHandler()