com.badlogic.gdx.ApplicationListener Java Examples

The following examples show how to use com.badlogic.gdx.ApplicationListener. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AndroidCompatibility.java    From Cubes with MIT License 5 votes vote down vote up
@Override
protected void run(ApplicationListener applicationListener) {
  AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
  config.useAccelerometer = false;
  config.useCompass = false;
  config.useWakelock = true;
  config.useImmersiveMode = true;
  androidLauncher.initialize(applicationListener, config);
}
 
Example #2
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #3
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #4
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new IciclesGame();
}
 
Example #5
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #6
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new CircularMotion();
}
 
Example #7
Source File: Lwjgl3Mini2DxWindow.java    From mini2Dx with Apache License 2.0 4 votes vote down vote up
/** @return the {@link ApplicationListener} associated with this window **/
public ApplicationListener getListener() {
	return listener;
}
 
Example #8
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #9
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new DragonCurve();
}
 
Example #10
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #11
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #12
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #13
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #14
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new IciclesGame();
}
 
Example #15
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #16
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new FirstDemoGame();
}
 
Example #17
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #18
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new BubbleLevelGame();
}
 
Example #19
Source File: HtmlLauncher.java    From libgdx-demo-pax-britannica with MIT License 4 votes vote down vote up
@Override
public ApplicationListener createApplicationListener () {
        return new PaxBritannica();
}
 
Example #20
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new TextureDrawing();
}
 
Example #21
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new IciclesGame();
}
 
Example #22
Source File: HtmlLauncher.java    From buffer_bci with GNU General Public License v3.0 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new CursorControlGame();
}
 
Example #23
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new IciclesGame();
}
 
Example #24
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new ImpossibleRectangles();
}
 
Example #25
Source File: HtmlLauncher.java    From shattered-pixel-dungeon-gdx with GNU General Public License v3.0 4 votes vote down vote up
@Override
public ApplicationListener createApplicationListener () {
	String version = "???";
	int versionCode = 0;
	return new ShatteredPixelDungeon(new PDPlatformSupport(version, versionCode, null, null));
}
 
Example #26
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #27
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new SmileyFace();
}
 
Example #28
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new StickFigure();
}
 
Example #29
Source File: HtmlLauncher.java    From ud406 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new GigaGalGame();
}
 
Example #30
Source File: HtmlLauncher.java    From ud405 with MIT License 4 votes vote down vote up
@Override
public ApplicationListener getApplicationListener () {
        return new IciclesGame();
}