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

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


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 - 2025 Weber Informatics LLC | Privacy Policy