mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
SteamController: Start controller with delay after Resume
This commit is contained in:
parent
edca1663c8
commit
c05f8f2f22
3 changed files with 58 additions and 5 deletions
|
|
@ -28,6 +28,15 @@ namespace SteamController.Devices
|
|||
using (client) { }
|
||||
}
|
||||
|
||||
public void Start()
|
||||
{
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
lock (this) { Fail(); }
|
||||
}
|
||||
|
||||
internal bool Tick()
|
||||
{
|
||||
if (this.device is not null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue