|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.input.controls.JoyButtonTrigger
public class JoyButtonTrigger
Constructor Summary | |
---|---|
JoyButtonTrigger(int joyId,
int axisId)
Use Joystick.assignButton(java.lang.String, int) instead. |
Method Summary | |
---|---|
int |
getAxisId()
|
int |
getJoyId()
|
java.lang.String |
getName()
|
static int |
joyButtonHash(int joyId,
int joyButton)
|
int |
triggerHashCode()
Returns the hash code for the trigger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoyButtonTrigger(int joyId, int axisId)
Joystick.assignButton(java.lang.String, int)
instead.
joyId
- axisId
- Method Detail |
---|
public static int joyButtonHash(int joyId, int joyButton)
public int getAxisId()
public int getJoyId()
public java.lang.String getName()
getName
in interface Trigger
public int triggerHashCode()
Trigger
triggerHashCode
in interface Trigger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |