de.lessvoid.nifty.input.mapping
Class DefaultScreenMapping

java.lang.Object
  extended by de.lessvoid.nifty.input.mapping.DefaultScreenMapping
All Implemented Interfaces:
NiftyInputMapping

public class DefaultScreenMapping
extends Object
implements NiftyInputMapping


Constructor Summary
DefaultScreenMapping()
           
 
Method Summary
 NiftyInputEvent convert(KeyboardInputEvent inputEvent)
          convert the given KeyboardInputEvent into a neutralized NiftyInputEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScreenMapping

public DefaultScreenMapping()
Method Detail

convert

public NiftyInputEvent convert(KeyboardInputEvent inputEvent)
Description copied from interface: NiftyInputMapping
convert the given KeyboardInputEvent into a neutralized NiftyInputEvent.

Specified by:
convert in interface NiftyInputMapping
Parameters:
inputEvent - input event
Returns:
NiftInputEvent


Copyright © 2011. All Rights Reserved.