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

com.badlogic.gdx.backends.gwt.GwtInput Maven / Gradle / Ivy

There is a newer version: 1.1210.1
Show newest version
package com.badlogic.gdx.backends.gwt;

import com.badlogic.gdx.Input;

public interface GwtInput extends Input {

	/** Resets all Input events (called on main loop after rendering) */
	void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy