mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Rename FRC to WPILib (#8637)
This commit is contained in:
@@ -505,7 +505,7 @@ void GlfwSystemJoystick::GetData(HALJoystickData* data, bool mapGamepad) const {
|
||||
}
|
||||
|
||||
if (m_isGamepad && mapGamepad) {
|
||||
// the FRC DriverStation maps gamepad (XInput) trigger values to 0-1 range
|
||||
// the FIRST DriverStation maps gamepad (XInput) trigger values to 0-1 range
|
||||
// on axis 2 and 3.
|
||||
data->axes.axes[0] = sysAxes[0];
|
||||
data->axes.axes[1] = sysAxes[1];
|
||||
|
||||
Reference in New Issue
Block a user