Example usage for com.badlogic.gdx.backends.lwjgl LwjglApplet subclass-usage

List of usage examples for com.badlogic.gdx.backends.lwjgl LwjglApplet subclass-usage

Introduction

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

Usage

From source file com.mygdx.game.desktop.DesktopApplet.java

/**
 *
 * @author Ashok
 */
public class DesktopApplet extends LwjglApplet {
    private static final long serialVersionUID = 1L;

From source file com.sturdyhelmetgames.launcher.AppletLauncher.java

/**
 * Applet container for game.
 * 
 * @author Antti 6.7.2012
 * 
 */