|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.input.dummy.DummyInput
com.jme3.input.dummy.DummyMouseInput
public class DummyMouseInput
DummyMouseInput as an implementation of MouseInput
that raises no
input events.
フィールドの概要 |
---|
インタフェース com.jme3.input.MouseInput から継承されたフィールド |
---|
AXIS_WHEEL, AXIS_X, AXIS_Y, BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHT |
コンストラクタの概要 | |
---|---|
DummyMouseInput()
|
メソッドの概要 | |
---|---|
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.dummy.DummyInput から継承されたメソッド |
---|
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, update |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース com.jme3.input.Input から継承されたメソッド |
---|
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, update |
コンストラクタの詳細 |
---|
public DummyMouseInput()
メソッドの詳細 |
---|
public void setCursorVisible(boolean visible)
MouseInput
の記述:
MouseInput
内の setCursorVisible
visible
- Whether the mouse cursor should be visible or not.public int getButtonCount()
MouseInput
の記述:
MouseInput
内の getButtonCount
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |