|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.input.event.InputEvent
com.jme3.input.event.KeyInputEvent
public class KeyInputEvent
Keyboard key event.
| コンストラクタの概要 | |
|---|---|
KeyInputEvent(int keyCode,
char keyChar,
boolean pressed,
boolean repeating)
|
|
| メソッドの概要 | |
|---|---|
char |
getKeyChar()
Returns the key character. |
int |
getKeyCode()
The key code. |
boolean |
isPressed()
Returns true if this event is key press, false is it was a key release. |
boolean |
isReleased()
Returns true if this event is a key release, false if it was a key press. |
boolean |
isRepeating()
Returns true if this event is a repeat event. |
java.lang.String |
toString()
|
| クラス com.jme3.input.event.InputEvent から継承されたメソッド |
|---|
getTime, isConsumed, setConsumed, setTime |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public KeyInputEvent(int keyCode,
char keyChar,
boolean pressed,
boolean repeating)
| メソッドの詳細 |
|---|
public char getKeyChar()
public int getKeyCode()
See KEY_*** constants in KeyInput.
public boolean isPressed()
public boolean isRepeating()
public boolean isReleased()
public java.lang.String toString()
java.lang.Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||