mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal,wpilib] Add support for joystick outputs (#8385)
Support joystick outputs, including Rumble and LEDs. Also requires an update to Joystick descriptors, as that has also changed in mrccomm to support showing what outputs are supported.
This commit is contained in:
@@ -30,12 +30,13 @@ classes:
|
||||
NotifyNewData:
|
||||
SetSendError:
|
||||
SetSendConsoleLine:
|
||||
GetJoystickOutputs:
|
||||
GetJoystickLeds:
|
||||
GetJoystickRumble:
|
||||
SetJoystickButton:
|
||||
SetJoystickAxis:
|
||||
SetJoystickPOV:
|
||||
SetJoystickType:
|
||||
SetJoystickGamepadType:
|
||||
SetJoystickSupportedOutputs:
|
||||
SetJoystickName:
|
||||
SetGameSpecificMessage:
|
||||
SetEventName:
|
||||
|
||||
Reference in New Issue
Block a user