|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.input.event.InputEvent
public abstract class InputEvent
An abstract input event.
コンストラクタの概要 | |
---|---|
InputEvent()
|
メソッドの概要 | |
---|---|
long |
getTime()
The time when the event occurred. |
boolean |
isConsumed()
Returns true if the input event has been consumed, meaning it is no longer valid and should not be forwarded to input listeners. |
void |
setConsumed()
Call to mark this input event as consumed, meaning it is no longer valid and should not be forwarded to input listeners. |
void |
setTime(long time)
Set the time when the event occurred. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public InputEvent()
メソッドの詳細 |
---|
public long getTime()
Input.getInputTimeNanos()
.
public void setTime(long time)
time
- time when the event occurred.public boolean isConsumed()
public void setConsumed()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |