mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 21:20:48 -07:00
Revert "Disable keyboard controller input while swkbd is open (foreground) (#…" (#6805)
This reverts commit a3dc295c5f
.
This commit is contained in:
@ -81,11 +81,6 @@ namespace Ryujinx.Input.GTK3
|
||||
return _pressedKeys.Contains(nativeKey);
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
_pressedKeys.Clear();
|
||||
}
|
||||
|
||||
public IGamepad GetGamepad(string id)
|
||||
{
|
||||
if (!_keyboardIdentifers[0].Equals(id))
|
||||
|
Reference in New Issue
Block a user