All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.lessvoid.nifty.slick2d.input.SlickInputSystem Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package de.lessvoid.nifty.slick2d.input;

import de.lessvoid.nifty.spi.input.InputSystem;
import org.newdawn.slick.InputListener;

/**
 * This interface merges the Nifty and the Slick Input interfaces as needed so the implementing classes are able to
 * work
 * properly with the Nifty-Slick binding.
 *
 * @author Martin Karing <[email protected]>
 */
public interface SlickInputSystem extends InputSystem, InputListener {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy