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
Kamil Trzciński
e5debff45b
SteamController: Use Roslyn Scripting to compile UserProfiles
...
- This looks into `UserProfiles/` and compiles user profiles
- This exposes a very minimal scripting interface as defined by `Dynamic.Globals`
2023-01-03 11:34:40 +01:00
Kamil Trzciński
9a286691f4
Use high-precision timer for DeltaTime
2022-11-28 10:46:07 +01:00
Kamil Trzciński
738b9b72f6
Increase joystick speed and key repeats in Desktop Mode
2022-11-27 15:32:23 +01:00
Kamil Trzciński
7fa9fb38c6
Make Consumed to be String for SteamAction to fix regression with types
2022-11-27 14:48:03 +01:00
Kamil Trzciński
6da5a9796c
Simplify DeltaValueMode
2022-11-27 10:01:27 +01:00
Kamil Trzciński
0aa535800c
Move SteamController.SteamAction to SteamAction
2022-11-27 09:52:31 +01:00