Package frc.robot
Class Constants.Controller
- java.lang.Object
-
- frc.robot.Constants.Controller
-
- Enclosing class:
- Constants
public static final class Constants.Controller extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
leftBumper
static int
leftTrigger
static int
rightBumper
static int
rightTrigger
static int
xButton
static int
yButton
-
Constructor Summary
Constructors Constructor Description Controller()
-
-
-
Field Detail
-
rightTrigger
public static final int rightTrigger
- See Also:
- Constant Field Values
-
leftTrigger
public static final int leftTrigger
- See Also:
- Constant Field Values
-
rightBumper
public static final int rightBumper
- See Also:
- Constant Field Values
-
leftBumper
public static final int leftBumper
- See Also:
- Constant Field Values
-
xButton
public static final int xButton
- See Also:
- Constant Field Values
-
yButton
public static final int yButton
- See Also:
- Constant Field Values
-
-