|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.gfx.twod.keyboard.MTKeyEvent
public class MTKeyEvent
The Class MTKeyEvent.
Field Summary | |
---|---|
static int |
PRESSED
The Constant PRESSED. |
static int |
RELEASED
The Constant RELEASED. |
Constructor Summary | |
---|---|
MTKeyEvent(MTKeyboard source,
int keyType,
int keyCode,
java.lang.String keyText,
int modifiers)
Instantiates a new MT key event. |
Method Summary | |
---|---|
int |
getKey()
Gets the key. |
java.lang.String |
getKeyText()
Gets the key text. |
int |
getModifiers()
Gets the modifiers. |
MTKeyboard |
getSource()
Gets the source. |
int |
getType()
Gets the type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PRESSED
public static final int RELEASED
Constructor Detail |
---|
public MTKeyEvent(MTKeyboard source, int keyType, int keyCode, java.lang.String keyText, int modifiers)
source
- the sourcekeyType
- the key typekeyCode
- the key codekeyText
- the key textmodifiers
- the modifiersMethod Detail |
---|
public int getKey()
public java.lang.String getKeyText()
public int getModifiers()
public MTKeyboard getSource()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |