applets/swkbd: Implement DefaultCitraKeyboard

This commit is contained in:
zhupengfei 2018-06-20 17:20:38 +08:00
parent 18664c719e
commit f23443b921
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
7 changed files with 61 additions and 6 deletions

View file

@ -174,8 +174,6 @@ struct SoftwareKeyboardConfig {
*/
static_assert(sizeof(SoftwareKeyboardConfig) == 0x400, "Software Keyboard Config size is wrong");
class DefaultCitraKeyboard : Frontend::AppletInterface {};
class SoftwareKeyboard final : public Applet {
public:
SoftwareKeyboard(Service::APT::AppletId id, std::weak_ptr<Service::APT::AppletManager> manager)