FlixelInputProcessorManager
View sourceinterface
org.flixelgdx.input.FlixelInputProcessorManager
public interface FlixelInputProcessorManager extends FlixelInputManager
Input manager that participates in libGDX InputMultiplexer wiring.
Gamepads use ControllerListener instead and therefore implement only FlixelInputManager.
Methods
getInputProcessor()
public InputProcessor getInputProcessor()
Stable InputProcessor instance safe to register on the multiplexer for the whole game session.
Returns: Non-null processor instance.