synergynetframework.appsystem.contentsystem.items.utils
Class KeyboardUtility

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.utils.KeyboardUtility

public class KeyboardUtility
extends java.lang.Object

The Class KeyboardUtility.


Constructor Summary
KeyboardUtility(MTKeyboard keyboard)
          Instantiates a new keyboard utility.
 
Method Summary
 java.awt.event.KeyEvent getKeyEvent(float x, float y)
          Gets the key event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyboardUtility

public KeyboardUtility(MTKeyboard keyboard)
Instantiates a new keyboard utility.

Parameters:
keyboard - the keyboard
Method Detail

getKeyEvent

public java.awt.event.KeyEvent getKeyEvent(float x,
                                           float y)
Gets the key event.

Parameters:
x - the x
y - the y
Returns:
the key event