Example usage for com.badlogic.gdx Game subclass-usage

List of usage examples for com.badlogic.gdx Game subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx Game subclass-usage.

Usage

From source file vault.q_bounce.Game.java

/**
 *
 * @author Qiku
 */
public class Game extends com.badlogic.gdx.Game {
    /**

From source file ve.ucv.ciens.ccg.nxtar.NxtARCore.java

/**
 * <p>Core of the application.</p>
 * 
 * <p>This class has three basic responsibilities:</p>
 * <ul>
 *     <li> Handling the main game loop.</li>

From source file worksimproto.GameLoop.java

/**
    
 @author Chuck
 */
public class GameLoop extends Game implements ActionListener {