Bandidos
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
com.mygdx.game.MyGdxGame Class Reference
Inheritance diagram for com.mygdx.game.MyGdxGame:

Public Member Functions

void create ()
 
void render ()
 
void dispose ()
 

Static Public Member Functions

static TouchInputHandler getInputHandler ()
 

Static Public Attributes

static final String TITLE = "Bandidos"
 
static final int SCALE = 2
 
static final int WIDTH = 300
 
static final int HEIGHT = 480
 

Member Function Documentation

◆ create()

void com.mygdx.game.MyGdxGame.create ( )

◆ dispose()

void com.mygdx.game.MyGdxGame.dispose ( )

◆ getInputHandler()

static TouchInputHandler com.mygdx.game.MyGdxGame.getInputHandler ( )
static

◆ render()

void com.mygdx.game.MyGdxGame.render ( )

Member Data Documentation

◆ HEIGHT

final int com.mygdx.game.MyGdxGame.HEIGHT = 480
static

◆ SCALE

final int com.mygdx.game.MyGdxGame.SCALE = 2
static

◆ TITLE

final String com.mygdx.game.MyGdxGame.TITLE = "Bandidos"
static

◆ WIDTH

final int com.mygdx.game.MyGdxGame.WIDTH = 300
static

The documentation for this class was generated from the following file: