applets/swkbd: Implement DefaultCitraKeyboard
This commit is contained in:
parent
18664c719e
commit
f23443b921
7 changed files with 61 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue