public class MultiplicityClientActionResponder
extends java.lang.Object
implements com.jme3.input.controls.ActionListener
Constructor and Description |
---|
MultiplicityClientActionResponder(com.jme3.input.InputManager inputManager,
IStage stage)
Instantiates a new multiplicity client action responder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getActionNamesSupported()
Gets the action names supported.
|
void |
onAction(java.lang.String actionName,
boolean valuePresent,
float timePerFrame) |
public MultiplicityClientActionResponder(com.jme3.input.InputManager inputManager, IStage stage)
inputManager
- the input managerstage
- the stagepublic java.lang.String[] getActionNamesSupported()
public void onAction(java.lang.String actionName, boolean valuePresent, float timePerFrame)
onAction
in interface com.jme3.input.controls.ActionListener