List of usage examples for com.badlogic.gdx ApplicationListener interface-usage
From source file com.steelkiwi.patheditor.gdx.GdxApp.java
public class GdxApp implements ApplicationListener, IScreenStructureChangeListener { private Screen screen; private IUIHandler uiHandler; public GdxApp(IUIHandler uiHandler) {
From source file com.suiton2d.editor.ui.render.AnimationRenderAdapter.java
public class AnimationRenderAdapter implements ApplicationListener { private Animation animation; private OrthographicCamera camera; private SpriteBatch badger;
From source file com.suiton2d.editor.ui.render.RenderAdapter.java
public class RenderAdapter implements ApplicationListener { private Selection selectedObject; private SceneManager sceneManager; public RenderAdapter(SceneManager sceneManager) {
From source file com.talas777.ZombieLord.ZombieLord.java
public class ZombieLord implements ApplicationListener, InputProcessor { public static final int MAX_PLAYER_LEVEL = 99; public String questHint = "???";
From source file com.tehforce.sofa.GameMain.java
/**
* GameMain handles all rendering setup, and sets up the GameController, GameWorld and stages.
*
* @author mockillo
*
*/
From source file com.teotigraphix.gdx.app.IApplication.java
/**
* The {@link IApplication} is the top level model used in an application with
* scenes and behaviors.
*
* @author Michael Schmalle
* @since 1.0
From source file com.tests.GdxTestRunner.java
public class GdxTestRunner extends BlockJUnit4ClassRunner implements ApplicationListener { private Map<FrameworkMethod, RunNotifier> invokeInRender = new HashMap<FrameworkMethod, RunNotifier>(); public GdxTestRunner(Class<?> klass) throws InitializationError { super(klass);
From source file com.thetruthbeyond.botmaker.BotMaker.java
@Accepted public class BotMaker extends Clickable implements ApplicationListener, GUIRootObject { private static final float MAX_DELTA_TIME = 0.03f; // Swing frame.
From source file com.threerings.jme.JmeApp.java
/** * Defines a basic application framework providing integration with the * <a href="../presents/package.html">Presents</a> networking system and * targeting the framerate of the display. */ public class JmeApp implements RunQueue, ApplicationListener {
From source file com.tiagoalmeida.gdxtesting.GdxTestRunner.java
public class GdxTestRunner extends BlockJUnit4ClassRunner implements ApplicationListener { private Map<FrameworkMethod, RunNotifier> invokeInRender = new HashMap<FrameworkMethod, RunNotifier>(); public GdxTestRunner(Class<?> klass) throws InitializationError { super(klass);