Added a comment for the swkbd example.

This commit is contained in:
yellows8 2020-06-11 22:56:04 -04:00
parent 1392e6cad0
commit 4437fb814f
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -107,6 +107,7 @@ int main(int argc, char* argv[])
swkbdInlineSetFinishedInitializeCallback(&kbdinline, finishinit_cb);
// Launch the applet.
// If you want to display the image manually, you can also use swkbdInlineLaunch and swkbdInlineGetImageMemoryRequirement/swkbdInlineGetImage.
if (R_SUCCEEDED(rc)) {
rc = swkbdInlineLaunchForLibraryApplet(&kbdinline, SwkbdInlineMode_AppletDisplay, 0);
printf("swkbdInlineLaunch(): 0x%x\n", rc);