|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputActionInterface
An object implementing InputActionInterface can be subscribed at an InputHandler
to get its performAction(com.jme.input.action.InputActionEvent) method called on specific event triggers.
| Method Summary | |
|---|---|
void |
performAction(InputActionEvent evt)
performAction executes the action. |
| Method Detail |
|---|
void performAction(InputActionEvent evt)
performAction executes the action. The InputActionEvent
is supplied to define what keys are pressed, what other actions were
called and the time of the event.
evt - the event that triggered the perform action method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||