Add configurable BackPanel keys (allowed mappings are subject to change)

This commit is contained in:
Kamil Trzciński 2022-11-28 09:34:17 +01:00
parent 8c26efa334
commit 68f51ff4f0
10 changed files with 214 additions and 6 deletions

View file

@ -26,6 +26,9 @@ namespace SteamController.Devices
get { return keyCodes.ContainsKey(button); }
set
{
if (button == VirtualKeyCode.None)
return;
if (value)
{
if (keyCodes.ContainsKey(button))