com.jme3.input.controls
クラス JoyAxisTrigger
java.lang.Object
com.jme3.input.controls.JoyAxisTrigger
- すべての実装されたインタフェース:
- Trigger
public class JoyAxisTrigger
- extends java.lang.Object
- implements Trigger
| クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoyAxisTrigger
public JoyAxisTrigger(int joyId,
int axisId,
boolean negative)
- Use
Joystick.assignAxis(java.lang.String, java.lang.String, int)
instead.
joyAxisHash
public static int joyAxisHash(int joyId,
int joyAxis,
boolean negative)
getAxisId
public int getAxisId()
getJoyId
public int getJoyId()
isNegative
public boolean isNegative()
getName
public java.lang.String getName()
- 定義:
- インタフェース
Trigger 内の getName
- 戻り値:
- A user friendly name for the trigger.
triggerHashCode
public int triggerHashCode()
- インタフェース
Trigger の記述:
- Returns the hash code for the trigger.
- 定義:
- インタフェース
Trigger 内の triggerHashCode
- 戻り値:
- the hash code for the trigger.