Class Input.InputGameAdapter

All Implemented Interfaces:
GameListener, EventListener
Enclosing class:
Input

public static final class Input.InputGameAdapter extends Object implements GameListener
  • Constructor Details

    • InputGameAdapter

      public InputGameAdapter()
  • Method Details

    • initialized

      public void initialized(String... args)
      Description copied from interface: GameListener
      This method gets called after the Game.init(String...) method was executed.
      Specified by:
      initialized in interface GameListener
      Parameters:
      args - The arguments that were passed to the application.
      See Also: