summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/software_keyboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applet: Add operation completed callbackZach Hilman2018-11-181-2/+4
|
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-2/+5
| | | | a
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-2/+3
|
* am: Implement text check software keyboard modeZach Hilman2018-11-181-0/+2
| | | | Allows the game to verify and send a message to the frontend.
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-26/+28
|
* frontend/applets: Add frontend software keyboard provider and defaultZach Hilman2018-11-181-0/+44
Default implementation will return "yuzu" for any string. GUI clients (or CLI) can implement the Frontend::SoftwareKeyboardApplet class and register an instance to provide functionality.