diff options
| author | MaxLastBreath <136052075+MaxLastBreath@users.noreply.github.com> | 2024-04-28 20:02:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-28 19:02:29 +0200 |
| commit | 5976a5161b850e4082d6f354a1be6b153547590a (patch) | |
| tree | d93da5c887c56dc38e6f3b56064e8f13e697bf22 /docs/coding-guidelines/coding-style.md | |
| parent | 3d4dea624da2cac015b9d86eb8c2360ab7e8df58 (diff) | |
Fix direct keyboard not working when using a Controller. (#6716)
* Fix direct keyboard not working when connected with a controller
- Pass KeyboardDriver to NpadController.GetHLEKeyboardInput().
- Always fetch all keyboards if Direct Keyboard is turned on.
- Remove unnecessary return null.
* Get Keyboard Inputs outside of the controller loop.
- Moved GetHLEKeyboardInput outside of the controller loop.
- Made GetHLEKeyboardInput public static from public
* Removed extra newline
* Update src/Ryujinx.Input/HLE/NpadManager.cs
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
* Update src/Ryujinx.Input/HLE/NpadController.cs
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
---------
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Diffstat (limited to 'docs/coding-guidelines/coding-style.md')
0 files changed, 0 insertions, 0 deletions
