|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.input.event.InputEvent
com.jme3.input.event.JoyAxisEvent
public class JoyAxisEvent
Joystick axis event.
コンストラクタの概要 | |
---|---|
JoyAxisEvent(int joyIdx,
int axisIdx,
float value)
|
メソッドの概要 | |
---|---|
int |
getAxisIndex()
Returns the joystick axis index. |
int |
getJoyIndex()
The joystick index. |
float |
getValue()
The value of the axis. |
クラス com.jme3.input.event.InputEvent から継承されたメソッド |
---|
getTime, isConsumed, setConsumed, setTime |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JoyAxisEvent(int joyIdx, int axisIdx, float value)
メソッドの詳細 |
---|
public int getAxisIndex()
Joystick.assignAxis(java.lang.String, java.lang.String, int)
public int getJoyIndex()
InputManager.getJoysticks()
public float getValue()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |