mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 05:12:40 +02:00
Added a comment for the swkbd example.
This commit is contained in:
parent
1392e6cad0
commit
4437fb814f
@ -107,6 +107,7 @@ int main(int argc, char* argv[])
|
|||||||
swkbdInlineSetFinishedInitializeCallback(&kbdinline, finishinit_cb);
|
swkbdInlineSetFinishedInitializeCallback(&kbdinline, finishinit_cb);
|
||||||
|
|
||||||
// Launch the applet.
|
// Launch the applet.
|
||||||
|
// If you want to display the image manually, you can also use swkbdInlineLaunch and swkbdInlineGetImageMemoryRequirement/swkbdInlineGetImage.
|
||||||
if (R_SUCCEEDED(rc)) {
|
if (R_SUCCEEDED(rc)) {
|
||||||
rc = swkbdInlineLaunchForLibraryApplet(&kbdinline, SwkbdInlineMode_AppletDisplay, 0);
|
rc = swkbdInlineLaunchForLibraryApplet(&kbdinline, SwkbdInlineMode_AppletDisplay, 0);
|
||||||
printf("swkbdInlineLaunch(): 0x%x\n", rc);
|
printf("swkbdInlineLaunch(): 0x%x\n", rc);
|
||||||
|
Loading…
Reference in New Issue
Block a user