SteamController: Start controller with delay after Resume

This commit is contained in:
Kamil Trzciński 2023-01-05 11:47:18 +01:00
parent edca1663c8
commit c05f8f2f22
3 changed files with 58 additions and 5 deletions

View file

@ -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)