Class GameInputProcessor

java.lang.Object
com.badlogic.gdx.InputAdapter
de.tum.cit.ase.maze.Input.GameInputProcessor
All Implemented Interfaces:
com.badlogic.gdx.InputProcessor

public class GameInputProcessor extends com.badlogic.gdx.InputAdapter
  • Constructor Details

  • Method Details

    • keyDown

      public boolean keyDown(int keycode)
      Specified by:
      keyDown in interface com.badlogic.gdx.InputProcessor
      Overrides:
      keyDown in class com.badlogic.gdx.InputAdapter
      Parameters:
      keycode - one of the constants in Input.Keys
      Returns:
    • keyUp

      public boolean keyUp(int keycode)
      Specified by:
      keyUp in interface com.badlogic.gdx.InputProcessor
      Overrides:
      keyUp in class com.badlogic.gdx.InputAdapter
      Parameters:
      keycode - one of the constants in Input.Keys
      Returns: