org.xith3d.utility.input
Class KeySwitchAction
java.lang.Object
org.jagatoo.input.actions.AbstractInputAction
org.jagatoo.input.actions.AbstractInvokableInputAction
org.xith3d.utility.input.KeySwitchAction
- All Implemented Interfaces:
- org.jagatoo.input.actions.InputAction, org.jagatoo.input.actions.InvokableInputAction
public class KeySwitchAction
- extends org.jagatoo.input.actions.AbstractInvokableInputAction
Associate a key with
|
Constructor Summary |
KeySwitchAction(int ordinal,
java.lang.Object object,
java.lang.String member)
|
KeySwitchAction(java.lang.Object object,
java.lang.String member)
|
|
Method Summary |
java.lang.String |
invokeAction(org.jagatoo.input.devices.InputDevice device,
org.jagatoo.input.devices.components.DeviceComponent comp,
int delta,
int state,
long nanoTime)
|
| Methods inherited from class org.jagatoo.input.actions.AbstractInputAction |
ordinal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jagatoo.input.actions.InputAction |
ordinal |
KeySwitchAction
public KeySwitchAction(int ordinal,
java.lang.Object object,
java.lang.String member)
KeySwitchAction
public KeySwitchAction(java.lang.Object object,
java.lang.String member)
invokeAction
public java.lang.String invokeAction(org.jagatoo.input.devices.InputDevice device,
org.jagatoo.input.devices.components.DeviceComponent comp,
int delta,
int state,
long nanoTime)
throws org.jagatoo.input.InputSystemException
-
- Throws:
org.jagatoo.input.InputSystemException