|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Input
Abstract interface for an input device.
MouseInput,
KeyInput,
JoyInput| メソッドの概要 | |
|---|---|
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. |
| メソッドの詳細 |
|---|
void initialize()
void update()
setInputListener(com.jme3.input.RawInputListener)void destroy()
boolean isInitialized()
initialize(),
destroy()void setInputListener(RawInputListener listener)
listener - long getInputTimeNanos()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||