Package controller

Class LibgdxSetup

java.lang.Object
com.badlogic.gdx.Game
controller.LibgdxSetup
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class LibgdxSetup extends com.badlogic.gdx.Game
ApplicationListener that delegates to the MainGameController. Just some setup.
  • Field Summary

    Fields inherited from class com.badlogic.gdx.Game

    screen
  • Constructor Summary

    Constructors
    Constructor
    Description
    ApplicationListener that delegates to the MainGameController.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class com.badlogic.gdx.Game

    getScreen, pause, render, resize, resume, setScreen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LibgdxSetup

      public LibgdxSetup(MainController mc)
      ApplicationListener that delegates to the MainGameController. Just some setup.
  • Method Details

    • create

      public void create()
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.ApplicationListener
      Overrides:
      dispose in class com.badlogic.gdx.Game