List of usage examples for com.badlogic.gdx InputMultiplexer subclass-usage
From source file com.mbrlabs.mundus.input.InputManager.java
/** * @author Marcus Brummer * @version 07-12-2015 */ public class InputManager extends InputMultiplexer {
From source file de.cubicvoxel.openspacebox.input.OsbInput.java
/**
* Manages the instance of an {@link AbstractInputHandler} and acts as an InputMultiplexer, so all additional
* InputProcessors can add themselves here.
*
* @author Maik Becker {@literal <hi@maik.codes>}
*/