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
@@ -3,9 +3,9 @@ extra_includes:
|
||||
- wpi/event/BooleanEvent.hpp
|
||||
|
||||
classes:
|
||||
frc::PS4Controller:
|
||||
wpi::PS4Controller:
|
||||
ignored_bases:
|
||||
- wpi::SendableHelper<PS4Controller>
|
||||
- wpi::util::SendableHelper<PS4Controller>
|
||||
methods:
|
||||
PS4Controller:
|
||||
GetLeftX:
|
||||
@@ -74,7 +74,7 @@ classes:
|
||||
GetTouchpadButtonPressed:
|
||||
GetTouchpadButtonReleased:
|
||||
InitSendable:
|
||||
frc::PS4Controller::Button:
|
||||
wpi::PS4Controller::Button:
|
||||
attributes:
|
||||
kSquare:
|
||||
kCross:
|
||||
@@ -90,7 +90,7 @@ classes:
|
||||
kR3:
|
||||
kPS:
|
||||
kTouchpad:
|
||||
frc::PS4Controller::Axis:
|
||||
wpi::PS4Controller::Axis:
|
||||
attributes:
|
||||
kLeftX:
|
||||
kLeftY:
|
||||
|
||||
Reference in New Issue
Block a user