Example usage for com.badlogic.gdx InputMultiplexer subclass-usage

List of usage examples for com.badlogic.gdx InputMultiplexer subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx InputMultiplexer subclass-usage.

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>}
 */