us.ihmc.graphics3DAdapter.input
Class ModifierKeyHolder

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.input.ModifierKeyHolder
All Implemented Interfaces:
ModifierKeyInterface

public class ModifierKeyHolder
extends java.lang.Object
implements ModifierKeyInterface


Constructor Summary
ModifierKeyHolder()
           
 
Method Summary
 boolean isKeyPressed(Key key)
           
 void setKeyState(Key key, boolean state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifierKeyHolder

public ModifierKeyHolder()
Method Detail

isKeyPressed

public boolean isKeyPressed(Key key)
Specified by:
isKeyPressed in interface ModifierKeyInterface

setKeyState

public void setKeyState(Key key,
                        boolean state)