Example usage for com.badlogic.gdx ApplicationListener interface-usage

List of usage examples for com.badlogic.gdx ApplicationListener interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx ApplicationListener interface-usage.

Usage

From source file org.illarion.engine.backend.gdx.ListenerApplication.java

/**
 * This is the listener application that forwards the application events of libGDX to the {@link GameListener} that
 * is defined by this game engine.
 *
 * @author Martin Karing <nitram@illarion.org>
 */

From source file org.interreg.docexplore.reader.ReaderApp.java

public class ReaderApp extends DocExploreTool implements ApplicationListener {
    public static ReaderApp app = null;
    public static boolean local = false;

    public static interface Module {
        public void update();

From source file org.oscim.gdx.GdxMap.java

public abstract class GdxMap implements ApplicationListener {
    final static Logger log = LoggerFactory.getLogger(GdxMap.class);

    protected Map mMap;

    VectorTileLayer mMapLayer;

From source file pl.kotcrab.gdxcombat.GdxCombat.java

public class GdxCombat implements ApplicationListener {
    private OrthographicCamera camera;
    private SpriteBatch batch;

    private AbstractScene activeScene;

From source file pl.kotcrab.jdialogue.editor.Renderer.java

public class Renderer implements ApplicationListener, InputProcessor, GestureListener {
    private EditorListener listener;
    private Preferences prefs;

    private OrthographicCamera camera;
    private ShapeRenderer shapeRenderer;

From source file ressourceUseless.HelloWorld.java

public class HelloWorld implements ApplicationListener {
    SpriteBatch spriteBatch;
    Texture texture;
    BitmapFont font;
    Vector2 textPosition = new Vector2(100, 100);
    Vector2 textDirection = new Vector2(1, 1);

From source file scene3d.demo.Scene3dDemo.java

public class Scene3dDemo implements ApplicationListener {
    Stage3d stage3d;
    Stage stage2d;
    Skin skin;
    ModelBuilder modelBuilder;
    CameraInputController camController;

From source file scratchpad.LoadModelsTest.java

/**
 * See: http://blog.xoppa.com/loading-models-using-libgdx/
 * @author Xoppa
 */
public class LoadModelsTest implements ApplicationListener {
    public PerspectiveCamera cam;

From source file se.claremont.android.wallpaper.ClaremontWallpaper.java

/**
 * Wallpaper applicationlistener for rendering Claremont live wallpaper
 * 
 * @author dansun
 *
 */

From source file se.danielj.skuttandenyancat.Controller.java

/**
 * 
 * @author Daniel Jonsson
 * @license GNU GPLv3
 *
 */