|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jme.input.action.InputAction
com.jme.input.action.MouseInputAction
public abstract class MouseInputAction
MouseInputAction defines a input action that makes use of the
mouse for events. Mouse events are processed by the InputHandler
each frame.
InputHandler| Field Summary | |
|---|---|
protected Mouse |
mouse
|
| Fields inherited from class com.jme.input.action.InputAction |
|---|
speed |
| Constructor Summary | |
|---|---|
MouseInputAction()
|
|
| Method Summary | |
|---|---|
void |
setMouse(Mouse mouse)
setMouse sets the mouse type used by this action. |
| Methods inherited from class com.jme.input.action.InputAction |
|---|
getSpeed, setSpeed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.jme.input.action.InputActionInterface |
|---|
performAction |
| Field Detail |
|---|
protected Mouse mouse
| Constructor Detail |
|---|
public MouseInputAction()
| Method Detail |
|---|
public void setMouse(Mouse mouse)
setMouse sets the mouse type used by this action.
mouse - the mouse used by this mouse.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||