mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilib] Prefix all NI DS specific controller classes (#8596)
Easier then the last one that put everything in a sub namespace. By prefixing the name less things break, and intellisense will be less confusing to new users during the transition.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .commandgenerichid import CommandGenericHID
|
||||
from .commandjoystick import CommandJoystick
|
||||
from .commandps4controller import CommandPS4Controller
|
||||
from .commandxboxcontroller import CommandXboxController
|
||||
from .commandnidsps4controller import CommandNiDsPS4Controller
|
||||
from .commandnidsxboxcontroller import CommandNiDsXboxController
|
||||
from .joystickbutton import JoystickButton
|
||||
from .networkbutton import NetworkButton
|
||||
from .povbutton import POVButton
|
||||
@@ -11,8 +11,8 @@ __all__ = [
|
||||
"Trigger",
|
||||
"CommandGenericHID",
|
||||
"CommandJoystick",
|
||||
"CommandPS4Controller",
|
||||
"CommandXboxController",
|
||||
"CommandNiDsPS4Controller",
|
||||
"CommandNiDsXboxController",
|
||||
"JoystickButton",
|
||||
"NetworkButton",
|
||||
"POVButton",
|
||||
|
||||
Reference in New Issue
Block a user