summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/software_keyboard.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-18applet: Add operation completed callbackZach Hilman1-2/+4
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman1-2/+5
a
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman1-2/+3
2018-11-18am: Implement text check software keyboard modeZach Hilman1-0/+2
Allows the game to verify and send a message to the frontend.
2018-11-18am: Deglobalize software keyboard appletZach Hilman1-26/+28
2018-11-18frontend/applets: Add frontend software keyboard provider and defaultZach Hilman1-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.