|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.input.controls.JoyButtonTrigger
public class JoyButtonTrigger
コンストラクタの概要 | |
---|---|
JoyButtonTrigger(int joyId,
int axisId)
Use Joystick.assignButton(java.lang.String, int) instead. |
メソッドの概要 | |
---|---|
int |
getAxisId()
|
int |
getJoyId()
|
java.lang.String |
getName()
|
static int |
joyButtonHash(int joyId,
int joyButton)
|
int |
triggerHashCode()
Returns the hash code for the trigger. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JoyButtonTrigger(int joyId, int axisId)
Joystick.assignButton(java.lang.String, int)
instead.
joyId
- axisId
- メソッドの詳細 |
---|
public static int joyButtonHash(int joyId, int joyButton)
public int getAxisId()
public int getJoyId()
public java.lang.String getName()
Trigger
内の getName
public int triggerHashCode()
Trigger
の記述:
Trigger
内の triggerHashCode
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |