mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -2,9 +2,9 @@ extra_includes:
|
||||
- wpi/util/sendable/SendableBuilder.hpp
|
||||
|
||||
classes:
|
||||
frc::PS5Controller:
|
||||
wpi::PS5Controller:
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<PS5Controller>
|
||||
- wpi::util::SendableHelper<PS5Controller>
|
||||
methods:
|
||||
PS5Controller:
|
||||
GetLeftX:
|
||||
@@ -73,7 +73,7 @@ classes:
|
||||
GetTouchpadButtonPressed:
|
||||
GetTouchpadButtonReleased:
|
||||
InitSendable:
|
||||
frc::PS5Controller::Button:
|
||||
wpi::PS5Controller::Button:
|
||||
attributes:
|
||||
kSquare:
|
||||
kCross:
|
||||
@@ -89,7 +89,7 @@ classes:
|
||||
kR3:
|
||||
kPS:
|
||||
kTouchpad:
|
||||
frc::PS5Controller::Axis:
|
||||
wpi::PS5Controller::Axis:
|
||||
attributes:
|
||||
kLeftX:
|
||||
kLeftY:
|
||||
|
||||
Reference in New Issue
Block a user