mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +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,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"ConsoleName": "Xbox",
|
||||
"ConsoleName": "NiDsXbox",
|
||||
"Manufacturer": "Microsoft",
|
||||
"AxisNameSuffix": "Trigger",
|
||||
"buttons": [
|
||||
@@ -103,7 +103,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"ConsoleName": "PS4",
|
||||
"ConsoleName": "NiDsPS4",
|
||||
"Manufacturer": "Sony",
|
||||
"AxisNameSuffix": "2",
|
||||
"buttons": [
|
||||
@@ -221,7 +221,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"ConsoleName": "PS5",
|
||||
"ConsoleName": "NiDsPS5",
|
||||
"Manufacturer": "Sony",
|
||||
"AxisNameSuffix": "2",
|
||||
"buttons": [
|
||||
@@ -339,7 +339,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"ConsoleName": "Stadia",
|
||||
"ConsoleName": "NiDsStadia",
|
||||
"Manufacturer": "Google",
|
||||
"AxisNameSuffix": "Trigger",
|
||||
"buttons": [
|
||||
|
||||
Reference in New Issue
Block a user