|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface MouseInput
A specific API for interfacing with the mouse.
フィールドの概要 | |
---|---|
static int |
AXIS_WHEEL
Mouse wheel axis. |
static int |
AXIS_X
Mouse X axis. |
static int |
AXIS_Y
Mouse Y axis. |
static int |
BUTTON_LEFT
Left mouse button. |
static int |
BUTTON_MIDDLE
Middle mouse button. |
static int |
BUTTON_RIGHT
Right mouse button. |
メソッドの概要 | |
---|---|
int |
getButtonCount()
Returns the number of buttons the mouse has. |
void |
setCursorVisible(boolean visible)
Set whether the mouse cursor should be visible or not. |
インタフェース com.jme3.input.Input から継承されたメソッド |
---|
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, update |
フィールドの詳細 |
---|
static final int AXIS_X
static final int AXIS_Y
static final int AXIS_WHEEL
static final int BUTTON_LEFT
static final int BUTTON_RIGHT
static final int BUTTON_MIDDLE
メソッドの詳細 |
---|
void setCursorVisible(boolean visible)
visible
- Whether the mouse cursor should be visible or not.int getButtonCount()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |