10 #include <wpi/deprecated.h>
12 #include "frc/GenericHID.h"
21 WPI_DEPRECATED(
"Inherit directly from GenericHID instead.")
28 virtual bool GetBumper(JoystickHand hand = kRightHand)
const = 0;
29 virtual bool GetStickButton(JoystickHand hand)
const = 0;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
GenericHID Interface.
Definition: GenericHID.h:23
Gamepad Interface.
Definition: GamepadBase.h:19