mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Move SteamController.SteamAction to SteamAction
This commit is contained in:
parent
9b172f7da6
commit
0aa535800c
4 changed files with 424 additions and 418 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue