Move SteamController.SteamAction to SteamAction

This commit is contained in:
Kamil Trzciński 2022-11-27 09:45:47 +01:00
parent 9b172f7da6
commit 0aa535800c
4 changed files with 424 additions and 418 deletions

View file

@ -6,7 +6,7 @@ namespace SteamController.Devices
{
public partial class SteamController
{
public const int LizardModeUpdateInterval = 250;
private const int LizardModeUpdateInterval = 250;
public bool LizardMouse { get; set; } = true;
public bool LizardButtons { get; set; } = true;