Ryujinx/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard
Caian Benedicto 380b95bc59
Inline software keyboard without input pop up dialog (#2180)
* Initial implementation

* Refactor dynamic text input keys out to facilitate configuration via UI

* Fix code styling

* Add per applet indirect layer handles

* Remove static functions from SoftwareKeyboardRenderer

* Remove inline keyboard reset delay

* Remove inline keyboard V2 responses

* Add inline keyboard soft-lock recovering

* Add comments

* Forward accept and cancel key names to the keyboard and add soft-lock prevention line

* Add dummy window to handle paste events

* Rework inline keyboard state machine and graphics

* Implement IHostUiHandler interfaces on headless WindowBase class

* Add inline keyboard assets

* Fix coding style

* Fix coding style

* Change mode cycling shortcut to F6

* Fix invalid calc size error in games using extended calc

* Remove unnecessary namespaces
2021-10-12 21:54:21 +02:00
..
Resources Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
InitialCursorPosition.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
InlineKeyboardRequest.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
InlineKeyboardResponse.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
InlineKeyboardState.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
InlineResponses.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
InputFormMode.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
InvalidButtonFlags.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
InvalidCharFlags.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
KeyboardCalcFlags.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
KeyboardInputMode.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
KeyboardMiniaturizationMode.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
KeyboardMode.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
KeyboardResult.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
PasswordMode.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
SoftwareKeyboardAppear.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
SoftwareKeyboardAppearEx.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
SoftwareKeyboardApplet.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
SoftwareKeyboardCalc.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
SoftwareKeyboardCalcEx.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
SoftwareKeyboardConfig.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
SoftwareKeyboardCustomizeDic.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
SoftwareKeyboardDictSet.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
SoftwareKeyboardInitialize.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
SoftwareKeyboardRenderer.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
SoftwareKeyboardState.cs Fully reverse swkbd configuration structure and follow-up to swkbd implementation (#839) 2019-12-03 05:00:56 +01:00
SoftwareKeyboardUiArgs.cs Implement Software Keyboard GTK frontend (#1434) 2020-08-03 03:30:58 +02:00
SoftwareKeyboardUserWord.cs Improve inline keyboard compatibility (#1959) 2021-02-11 01:28:44 +01:00
TimedAction.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
TRef.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00