|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.input.AbstractInputHandler
com.jme.widget.input.mouse.WidgetMouseTestControllerBasic
WidgetMouseTestControllerBasic
| Field Summary |
| Fields inherited from class com.jme.input.AbstractInputHandler |
app, camera, keyActions, keyboard, mouse, mouseActions, updateKeyboardActionsEnabled, updateMouseActionsEnabled |
| Constructor Summary | |
WidgetMouseTestControllerBasic()
|
|
WidgetMouseTestControllerBasic(AbstractGame app)
|
|
| Method Summary | |
protected void |
setActions()
Defined by subclasses, this function should set the appropriate, default keyboard actions for this handler. |
protected void |
setKeyBindings(RendererType rendererType)
Sets up a keyboard to receive inputs acording to the RenderType. |
protected void |
setMouse()
Defined by subclasses, this function should set the appropriate, default mouse for this handler. |
| Methods inherited from class com.jme.input.AbstractInputHandler |
addAction, addAction, getApp, getCamera, getKeyBindingManager, getMouse, isUpdateKeyboardActionsEnabled, isUpdateMouseActionsEnabled, removeAction, removeAction, setApp, setCamera, setKeyBindingManager, setKeySpeed, setMouse, setMouseSpeed, setUpdateKeyboardActionsEnabled, setUpdateMouseActionsEnabled, update, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WidgetMouseTestControllerBasic()
public WidgetMouseTestControllerBasic(AbstractGame app)
app - | Method Detail |
protected void setKeyBindings(RendererType rendererType)
AbstractInputHandler
setKeyBindings in class AbstractInputHandlerrendererType - The render type to create a keyboard input from.AbstractInputHandler.setKeyBindingManager(com.jme.input.KeyBindingManager)protected void setMouse()
AbstractInputHandlersetMouse is called after the
constructor.
setMouse in class AbstractInputHandlerprotected void setActions()
AbstractInputHandlersetActions is called
after the constructor.
setActions in class AbstractInputHandler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||