[wpilib,cmd] Rename gamepad shoulder to bumper (#8573)

Both programs used bumper, so we shouldn't rename it. There's no reason
to change it, and we don't need to match SDL.
This commit is contained in:
Thad House
2026-02-07 10:39:22 -08:00
committed by GitHub
parent 19c61cc419
commit 4aa21e947d
24 changed files with 179 additions and 182 deletions

View File

@@ -54,14 +54,14 @@ classes:
GetRightStickButtonPressed:
GetRightStickButtonReleased:
RightStick:
GetLeftShoulderButton:
GetLeftShoulderButtonPressed:
GetLeftShoulderButtonReleased:
LeftShoulder:
GetRightShoulderButton:
GetRightShoulderButtonPressed:
GetRightShoulderButtonReleased:
RightShoulder:
GetLeftBumperButton:
GetLeftBumperButtonPressed:
GetLeftBumperButtonReleased:
LeftBumper:
GetRightBumperButton:
GetRightBumperButtonPressed:
GetRightBumperButtonReleased:
RightBumper:
GetDpadUpButton:
GetDpadUpButtonPressed:
GetDpadUpButtonReleased:
@@ -134,8 +134,8 @@ classes:
kStart:
kLeftStick:
kRightStick:
kLeftShoulder:
kRightShoulder:
kLeftBumper:
kRightBumper:
kDpadUp:
kDpadDown:
kDpadLeft:

View File

@@ -24,8 +24,8 @@ classes:
SetStartButton:
SetLeftStickButton:
SetRightStickButton:
SetLeftShoulderButton:
SetRightShoulderButton:
SetLeftBumperButton:
SetRightBumperButton:
SetDpadUpButton:
SetDpadDownButton:
SetDpadLeftButton: