mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
SteamController: Fix STEAM+DPadUp not working
This commit is contained in:
parent
6d69d8c395
commit
5a7ad0b766
3 changed files with 7 additions and 26 deletions
|
|
@ -42,7 +42,7 @@ namespace SteamController.Profiles.Default
|
|||
|
||||
if (c.Steam.BtnSteam.Hold(HoldForShorcuts, ShortcutConsumed))
|
||||
{
|
||||
if (AdditionalShortcuts(c))
|
||||
if (SteamShortcuts(c))
|
||||
{
|
||||
return Status.Done;
|
||||
}
|
||||
|
|
@ -51,7 +51,7 @@ namespace SteamController.Profiles.Default
|
|||
return Status.Continue;
|
||||
}
|
||||
|
||||
protected virtual bool AdditionalShortcuts(Context c)
|
||||
protected virtual bool SteamShortcuts(Context c)
|
||||
{
|
||||
if (c.Steam.BtnOptions.Pressed())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue