org.xith3d.utility.input
Class MouseYFlipAction
java.lang.Object
org.jagatoo.input.actions.AbstractInputAction
org.jagatoo.input.actions.AbstractInvokableInputAction
org.jagatoo.input.actions.AbstractLabeledInvokableInputAction
org.xith3d.utility.input.MouseYFlipAction
- All Implemented Interfaces:
- org.jagatoo.input.actions.InputAction, org.jagatoo.input.actions.InvokableInputAction, org.jagatoo.input.actions.LabeledInputAction, org.jagatoo.input.actions.LabeledInvokableInputAction
public class MouseYFlipAction
- extends org.jagatoo.input.actions.AbstractLabeledInvokableInputAction
This LabeledInvokableInputAction is capable of flipping the mouse movement y axis of a FirstPersonInputHandler.
|
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.AbstractLabeledInvokableInputAction |
getLocalizedText, getText |
| 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 |
MouseYFlipAction
public MouseYFlipAction(int ordinal,
java.lang.String text,
FirstPersonInputHandler fpih,
boolean keyStateDependent)
MouseYFlipAction
public MouseYFlipAction(FirstPersonInputHandler fpih,
boolean keyStateDependent)
MouseYFlipAction
public MouseYFlipAction(int ordinal,
java.lang.String text,
FirstPersonInputHandler fpih)
MouseYFlipAction
public MouseYFlipAction(FirstPersonInputHandler fpih)
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)
-