1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 08:36:44 +00:00
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
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
InvalidButtonFlags.cs Inline software keyboard without input pop up dialog (#2180) 2021-10-12 21:54:21 +02:00
InvalidCharFlags.cs
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
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
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
SoftwareKeyboardUiArgs.cs
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