|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.input.dummy.DummyInput
public class DummyInput
DummyInput as an implementation of Input that raises no
input events.
| コンストラクタの概要 | |
|---|---|
DummyInput()
|
|
| メソッドの概要 | |
|---|---|
void |
destroy()
Ceases listening to events from the device. |
long |
getInputTimeNanos()
|
void |
initialize()
Initializes the native side to listen into events from the device. |
boolean |
isInitialized()
|
void |
setInputListener(RawInputListener listener)
Sets the input listener to receive events from this device. |
void |
update()
Queries the device for input. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DummyInput()
| メソッドの詳細 |
|---|
public void initialize()
Input の記述:
Input 内の initializepublic void update()
Input の記述:
Input 内の updateInput.setInputListener(com.jme3.input.RawInputListener)public void destroy()
Input の記述:
Input 内の destroypublic boolean isInitialized()
Input 内の isInitializedInput.initialize(),
Input.destroy()public void setInputListener(RawInputListener listener)
Input の記述:
Input 内の setInputListenerpublic long getInputTimeNanos()
Input 内の getInputTimeNanos
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||