Class GameController

java.lang.Object
frc.team_8840_lib.input.controls.GameController

public class GameController extends Object
  • Constructor Details

  • Method Details

    • get

      public static GameController get(int port)
    • addController

      public static void addController(int port)
    • expectController

      public static void expectController(int port, GameController.Type type)
    • autoConnect

      public static void autoConnect()
    • getButton

      public boolean getButton(int button)
    • getButtonPressed

      public boolean getButtonPressed(int button)
    • getButtonReleased

      public boolean getButtonReleased(int button)
    • getAxis

      public double getAxis(Axis axis)
    • getAxis

      public double getAxis(Axis.Side side, Axis axis)
    • getRawAxis

      public double getRawAxis(int axis)
    • getPOV

      public double getPOV(int pov)
    • getPOV

      public double getPOV()