com.jme3.input.controls
クラス JoyAxisTrigger

java.lang.Object
  上位を拡張 com.jme3.input.controls.JoyAxisTrigger
すべての実装されたインタフェース:
Trigger

public class JoyAxisTrigger
extends java.lang.Object
implements Trigger


コンストラクタの概要
JoyAxisTrigger(int joyId, int axisId, boolean negative)
          Use Joystick.assignAxis(java.lang.String, java.lang.String, int) instead.
 
メソッドの概要
 int getAxisId()
           
 int getJoyId()
           
 java.lang.String getName()
           
 boolean isNegative()
           
static int joyAxisHash(int joyId, int joyAxis, boolean negative)
           
 int triggerHashCode()
          Returns the hash code for the 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.