Compare commits

...

3 commits

Author SHA1 Message Date
Goodfeat
96e4d90f73 Merge branch 'Master_PR' into 'master'
Improved interaction with "Input" settings.

See merge request ryubing/ryujinx!4
2025-03-27 05:07:20 +00:00
Vova
a67657e3ec Merge branch 'Master_PR' of https://git.ryujinx.app/Goodfeat/ryujinx into Master_PR 2025-03-27 15:07:04 +10:00
Vova
66acfcbed7 (Fix) Returned the ability to delete assigned hotkeys with the right mouse button 2025-03-27 15:06:43 +10:00

View file

@ -108,6 +108,8 @@ namespace Ryujinx.Ava.UI.Views.Settings
this.Focus(NavigationMethod.Pointer);
PointerPressed += MouseClick;
IKeyboard keyboard = (IKeyboard)_avaloniaKeyboardDriver.GetGamepad("0");
IButtonAssigner assigner = new KeyboardKeyAssigner(keyboard);