com.badlogic.gdx.backends.gwt.GwtInput Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdx-backend-gwt Show documentation
Show all versions of gdx-backend-gwt Show documentation
Android/Desktop/iOS/HTML5 game development framework.
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