public interface MdxController<T extends MdxControllerListener>
extends com.badlogic.gdx.controllers.ControllerListener
Modifier and Type | Method and Description |
---|---|
void |
addListener(T listener) |
void |
clearListeners() |
ControllerType |
getControllerType() |
void |
removeListener(T listener) |
ControllerType getControllerType()
void addListener(T listener)
void removeListener(T listener)
void clearListeners()