public abstract class AbstractControllerManager extends java.lang.Object implements ControllerManager
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractControllerManager.ManageCurrentControllerListener
Manages currentController field.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.badlogic.gdx.utils.Array<Controller> |
controllers |
| Constructor and Description |
|---|
AbstractControllerManager() |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.utils.Array<Controller> |
getControllers() |
Controller |
getCurrentController() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, clearListeners, getListeners, removeListenerprotected final com.badlogic.gdx.utils.Array<Controller> controllers
public com.badlogic.gdx.utils.Array<Controller> getControllers()
getControllers in interface ControllerManagerpublic Controller getCurrentController()
getCurrentController in interface ControllerManager