Class EngineerInputComponent

All Implemented Interfaces:
com.badlogic.gdx.input.GestureDetector.GestureListener, com.badlogic.gdx.InputProcessor

public class EngineerInputComponent extends InputComponent
  • Constructor Details

    • EngineerInputComponent

      public EngineerInputComponent(com.badlogic.gdx.Game game, com.badlogic.gdx.graphics.Camera camera)
  • Method Details

    • touchDown

      public boolean touchDown(int screenX, int screenY, int pointer, int button)
      Specified by:
      touchDown in interface com.badlogic.gdx.InputProcessor
      Overrides:
      touchDown in class InputComponent
      See Also:
      • InputProcessor.touchDown(int, int, int, int)
    • keyDown

      public boolean keyDown(int keycode)
      Specified by:
      keyDown in interface com.badlogic.gdx.InputProcessor
      Overrides:
      keyDown in class InputComponent
      See Also:
      • InputProcessor.keyDown(int)
    • setMoveClicked

      public void setMoveClicked(boolean moveClicked)