mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 15:23:55 +00:00
Add configurable BackPanel keys (allowed mappings are subject to change)
This commit is contained in:
parent
8c26efa334
commit
68f51ff4f0
10 changed files with 214 additions and 6 deletions
|
|
@ -26,6 +26,9 @@ namespace SteamController.Devices
|
|||
get { return keyCodes.ContainsKey(button); }
|
||||
set
|
||||
{
|
||||
if (button == VirtualKeyCode.None)
|
||||
return;
|
||||
|
||||
if (value)
|
||||
{
|
||||
if (keyCodes.ContainsKey(button))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue