public class Gdx
extends java.lang.Object
Application, Graphics, Audio, Files and
Input instances. The references are held in public static fields which allows static access to all sub systems. Do not
use Graphics in a thread that is not the rendering thread.
This is normally a design faux pas but in this case is better than the alternatives.