Bandidos
Static Public Attributes | List of all members
com.mygdx.game.globals.ButtonGlobals Class Reference

Static Public Attributes

static final String BUTTON_DOWN_EVENT = "ButtonDownEvent"
 
static final String BUTTON_UP_EVENT = "ButtonUpEvent"
 
static final String BUTTON_EVENT = "ButtonEvent"
 

Detailed Description

Contains the Button Events that can be called by the button event handler.

Author
Djamali Jones

Member Data Documentation

◆ BUTTON_DOWN_EVENT

final String com.mygdx.game.globals.ButtonGlobals.BUTTON_DOWN_EVENT = "ButtonDownEvent"
static

◆ BUTTON_EVENT

final String com.mygdx.game.globals.ButtonGlobals.BUTTON_EVENT = "ButtonEvent"
static

◆ BUTTON_UP_EVENT

final String com.mygdx.game.globals.ButtonGlobals.BUTTON_UP_EVENT = "ButtonUpEvent"
static

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