mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
Updated swkbd example comments.
This commit is contained in:
parent
d6db1e45c9
commit
9b7b9e7268
@ -77,12 +77,12 @@ int main(int argc, char* argv[])
|
||||
//swkbdConfigSetSubText(&kbd, "Sub");
|
||||
//swkbdConfigSetGuideText(&kbd, "Guide");
|
||||
|
||||
swkbdConfigSetTextCheckCallback(&kbd, validate_text);//Optional, enable to use TextCheck.
|
||||
swkbdConfigSetTextCheckCallback(&kbd, validate_text);//Optional, can be removed if not using TextCheck.
|
||||
|
||||
// Set the initial string if you want.
|
||||
//swkbdConfigSetInitialText(&kbd, "Initial");
|
||||
|
||||
// You can set arg fields directly if you want.
|
||||
// You can also use swkbdConfigSet*() funcs if you want.
|
||||
|
||||
printf("Running swkbdShow...\n");
|
||||
rc = swkbdShow(&kbd, tmpoutstr, sizeof(tmpoutstr));
|
||||
|
Loading…
Reference in New Issue
Block a user