steam-deck-tools/SteamController/Devices
Kamil Trzciński c6b24bc573 SteamController: Add support for circular deadzone on left/right sticks
This is inspired by the changes https://github.com/ayufan/steam-deck-tools/pull/146,
but completely rewritten.

This removes `DeltaValue` methods, and `Deadzone` fixed values.
Adds a settings value for `Deadzone` per profile.
2023-09-24 16:31:44 +02:00
..
DS4Controller.cs SteamController: Add initial DS4 support (with Gyro, Accel, Trackpads and Haptics) 2023-02-10 20:47:51 +01:00
DS4ControllerActions.cs SteamController: Fix PS button and Gyro support for DS4 2023-02-11 14:40:09 +01:00
KeyboardController.cs Allow to Overwrite keyboard and mouse button state 2022-12-12 11:45:29 +01:00
MouseController.cs Allow to Overwrite keyboard and mouse button state 2022-12-12 11:45:29 +01:00
SteamAction.cs SteamController: Add support for circular deadzone on left/right sticks 2023-09-24 16:31:44 +02:00
SteamButtons.cs SteamController: Add support for circular deadzone on left/right sticks 2023-09-24 16:31:44 +02:00
SteamController.cs SteamController: Use Roslyn Scripting to compile UserProfiles 2023-01-03 11:34:40 +01:00
SteamControllerActions.cs Move SteamController.SteamAction to SteamAction 2022-11-27 09:52:31 +01:00
SteamControllerHaptic.cs Improve exception handling for SteamController 2022-12-16 11:30:22 +01:00
SteamControllerLizard.cs Move SteamController.SteamAction to SteamAction 2022-11-27 09:52:31 +01:00
Xbox360Controller.cs SteamController: Move KeepX360AlwaysConnected to Settings 2023-02-10 20:52:26 +01:00