com.jme.input.util
Class SyntheticTriggerContainer
java.lang.Object
com.jme.input.util.SyntheticTriggerContainer
- Direct Known Subclasses:
- SyntheticAxis, SyntheticButton
abstract class SyntheticTriggerContainer
- extends java.lang.Object
- Author:
- Irrisor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntheticTriggerContainer
SyntheticTriggerContainer()
add
abstract void add(SyntheticTrigger trigger)
- Parameters:
trigger
- what to add to list of triggers
remove
abstract void remove(SyntheticTrigger trigger)
- Parameters:
trigger
- what to remove from list of triggers
getName
public abstract java.lang.String getName()
- Returns:
- the name of this button
getIndex
public abstract int getIndex()
- Returns:
- index of this button/axis (used when registering with InputHandler)
- See Also:
getDeviceName()
getDeviceName
public abstract java.lang.String getDeviceName()
- Returns:
- name of the virtual device this button/axis is attached to (used when registering with InputHandler)
- See Also:
getIndex()