de.lessvoid.nifty.screen
Class Screen.InputHandlerWithMapping
java.lang.Object
de.lessvoid.nifty.screen.Screen.InputHandlerWithMapping
- Enclosing class:
- Screen
public class Screen.InputHandlerWithMapping
- extends Object
InputMappingWithMapping helper.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Screen.InputHandlerWithMapping
public Screen.InputHandlerWithMapping(NiftyInputMapping newMapping,
KeyInputHandler newHandler)
- Create InputHandlerWithMapping.
- Parameters:
newMapping
- NiftyInputMappingnewHandler
- KeyInputHandler
getKeyInputHandler
public KeyInputHandler getKeyInputHandler()
process
public boolean process(KeyboardInputEvent inputEvent)
- Process Keyboard InputEvent.
- Parameters:
inputEvent
- KeyboardInputEvent
- Returns:
- event has been processed or not
Copyright © 2012. All Rights Reserved.