mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
SteamController: Add initial DS4 support (with Gyro, Accel, Trackpads and Haptics)
This commit is contained in:
parent
862d7afec5
commit
70237ad9d4
13 changed files with 739 additions and 33 deletions
|
|
@ -37,6 +37,7 @@ namespace SteamController
|
|||
var nextReset = stopwatch.Elapsed.Add(UpdateResetInterval);
|
||||
|
||||
X360.Start();
|
||||
DS4.Start();
|
||||
|
||||
while (threadRunning)
|
||||
{
|
||||
|
|
@ -58,6 +59,7 @@ namespace SteamController
|
|||
}
|
||||
|
||||
X360.Stop();
|
||||
DS4.Stop();
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue