qt/applets: Provide Qt frontend implementation of software keyboard

Implements all of the features of the keyboard, including length, default text, character validation, and UTF-16 character support.
This commit is contained in:
Zach Hilman
2018-11-09 20:13:15 -05:00
parent de16c1e453
commit 5454494adb
3 changed files with 171 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ add_executable(yuzu
Info.plist
about_dialog.cpp
about_dialog.h
applets/software_keyboard.cpp
applets/software_keyboard.h
bootmanager.cpp
bootmanager.h
compatibility_list.cpp