de.lessvoid.nifty.screen
Class Screen.InputHandlerWithMapping

java.lang.Object
  extended by de.lessvoid.nifty.screen.Screen.InputHandlerWithMapping
Enclosing class:
Screen

public class Screen.InputHandlerWithMapping
extends Object

InputMappingWithMapping helper.

Author:
void

Constructor Summary
Screen.InputHandlerWithMapping(NiftyInputMapping newMapping, KeyInputHandler newHandler)
          Create InputHandlerWithMapping.
 
Method Summary
 KeyInputHandler getKeyInputHandler()
           
 boolean process(KeyboardInputEvent inputEvent)
          Process Keyboard InputEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen.InputHandlerWithMapping

public Screen.InputHandlerWithMapping(NiftyInputMapping newMapping,
                                      KeyInputHandler newHandler)
Create InputHandlerWithMapping.

Parameters:
newMapping - NiftyInputMapping
newHandler - KeyInputHandler
Method Detail

getKeyInputHandler

public KeyInputHandler getKeyInputHandler()

process

public boolean process(KeyboardInputEvent inputEvent)
Process Keyboard InputEvent.

Parameters:
inputEvent - KeyboardInputEvent
Returns:
event has been processed or not


Copyright © 2011. All Rights Reserved.