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 net.mikegraf.game.testing.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 net.onedaybeard.keyflection.demo.DemoUI.java

public class DemoUI implements ApplicationListener {
    private static final int NUM_GROUPS = 5;
    private static final int NUM_SPRITES = (int) Math.sqrt(400 / NUM_GROUPS);
    private static final float SPACING = 5;

    ShapeRenderer renderer;

From source file net.shad.s3gdxcodec.test.S3CodecGdxMain.java

/**
 * Main comperss video test
 * Create a exit from mandelbrot fractal
 * @author Jaroslaw Czub (http://shad.net.pl)
 */
public class S3CodecGdxMain implements ApplicationListener {

From source file net.spookygames.gdx.sfx.demo.GdxSfxDemo.java

public class GdxSfxDemo implements ApplicationListener {

    SpriteBatch batch;

    SfxMusicPlayer player;
    AssetManager assetManager;

From source file nl.colorize.multimedialib.renderer.libgdx.GDXRenderer.java

/**
 * Renderer built on top of the libGDX framework.
 */
public class GDXRenderer extends AnimationLoopRenderer implements ApplicationListener, MediaLoader {

    private Rect screenBounds;

From source file org.bladecoder.bladeengine.BladeEngine.java

public class BladeEngine implements ApplicationListener {

    private String chapter;
    private String gameState;
    private String testScene;
    private String recordName;

From source file org.catrobat.catroid.stage.StageListener.java

public class StageListener implements ApplicationListener {

    private static final String TAG = StageListener.class.getSimpleName();
    private static final int AXIS_WIDTH = 4;
    private static final float DELTA_ACTIONS_DIVIDER_MAXIMUM = 50f;
    private static final int ACTIONS_COMPUTATION_TIME_MAXIMUM = 8;

From source file org.darkhood.games.texasholdem.TexasHoldemGame.java

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

    @Override
    public void create() {

From source file org.destinationsol.SolApplication.java

public class SolApplication implements ApplicationListener {

    private SolInputManager myInputMan;
    private UiDrawer myUiDrawer;
    private MenuScreens myMenuScreens;
    private TextureManager myTextureManager;

From source file org.destinationsol.soundtest.SoundTestListener.java

public class SoundTestListener implements ApplicationListener {

    private SoundTestCmp myCmp;

    @Override
    public void create() {