com.jme3.input.controls
クラス JoyButtonTrigger

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

public class JoyButtonTrigger
extends java.lang.Object
implements Trigger


コンストラクタの概要
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
 

コンストラクタの詳細

JoyButtonTrigger

public JoyButtonTrigger(int joyId,
                        int axisId)
Use Joystick.assignButton(java.lang.String, int) instead.

パラメータ:
joyId -
axisId -
メソッドの詳細

joyButtonHash

public static int joyButtonHash(int joyId,
                                int joyButton)

getAxisId

public int getAxisId()

getJoyId

public int getJoyId()

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.