Package org.indiumstudios.keylib
Class KeylibApplication
java.lang.Object
com.badlogic.gdx.ApplicationAdapter
org.indiumstudios.keylib.KeylibApplication
- All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener
public abstract class KeylibApplication
extends com.badlogic.gdx.ApplicationAdapter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThis tells whether the camera is centered or not. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.ApplicationAdapter
dispose, pause, resume
-
Field Details
-
centerCamera
protected boolean centerCameraThis tells whether the camera is centered or not.
-
-
Constructor Details
-
KeylibApplication
public KeylibApplication()
-
-
Method Details
-
resize
public void resize(int width, int height) - Specified by:
resizein interfacecom.badlogic.gdx.ApplicationListener- Overrides:
resizein classcom.badlogic.gdx.ApplicationAdapter
-
render
public void render()- Specified by:
renderin interfacecom.badlogic.gdx.ApplicationListener- Overrides:
renderin classcom.badlogic.gdx.ApplicationAdapter
-
create
public void create()- Specified by:
createin interfacecom.badlogic.gdx.ApplicationListener- Overrides:
createin classcom.badlogic.gdx.ApplicationAdapter
-
disposeAll
protected void disposeAll()Disposes everything created by Keylib. -
extraRendering
protected void extraRendering()Any extra rendering that may be needed. -
extraCreate
protected void extraCreate()Any extra startup related things that may be needed.
-