Ryujinx/Ryujinx.HLE/HOS/Applets
Caian Benedicto e57b140429
Add support for inline software keyboard (#1868)
* Add background mode configuration to SoftwareKeyboardApplet

* Add placeholder text generator for Software Keyboard in background mode

* Add stub for GetIndirectLayerImageMap

* Fix default state of DecidedCancel response

* Add GUI text input to Software Keyboard in background mode

* Fix graphical glitch when Inline Software Keyboard appears

* Improve readability of InlineResponses class

* Improve code styling and fix compiler warnings

* Replace ServiceDisplay log class by ServiceVi

* Replace static readonly by const

* Add proper finalization to the keyboard applet in inline mode

* Rename constants to start with uppercase

* Fix inline keyboard not working with some games

* Improve code readability

* Fix code styling
2021-01-11 19:27:55 +01:00
..
Browser Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
Controller Improve multi-controller support in HID and Controller Applet (#1453) 2020-08-23 22:54:11 +02:00
Error Basic impl of Error Applet (#1551) 2020-09-28 00:00:38 +02:00
PlayerSelect Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
SoftwareKeyboard Add support for inline software keyboard (#1868) 2021-01-11 19:27:55 +01:00
AppletManager.cs Basic impl of Error Applet (#1551) 2020-09-28 00:00:38 +02:00
CommonArguments.cs am: Implement common web applets (#1188) 2020-05-15 03:56:14 +02:00
IApplet.cs Revert SwKbd Applet ReadStruct and fix IApplet's ReadStruct to catch (#1087) 2020-04-03 17:53:06 +11:00