mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -24,8 +24,8 @@ classes:
|
||||
SetStartButton:
|
||||
SetLeftStickButton:
|
||||
SetRightStickButton:
|
||||
SetLeftShoulderButton:
|
||||
SetRightShoulderButton:
|
||||
SetLeftBumperButton:
|
||||
SetRightBumperButton:
|
||||
SetDpadUpButton:
|
||||
SetDpadDownButton:
|
||||
SetDpadLeftButton:
|
||||
|
||||
Reference in New Issue
Block a user