Software Keyboard #20
Replies: 2 comments
-
An example provided by someone who knows more about how to use the libnx bindings would be great. I think swkbdShow is what's needed but to use it you would have to build a swkbdConfig (https://github.com/switchbrew/libnx/blob/e2c3ae8e4461cbdfd3757304c75b41b6c551dc2e/nx/include/switch/applets/swkbd.h#L174) then handle the return value, that's where i'm lost at. Maybe something like this? But then another issue is being how to pass size_t of out_string_size?
To summize, I have no clue and would also like to figure this out. Maybe my guesswork can lead someone else in the proper direction to guide us. |
Beta Was this translation helpful? Give feedback.
-
hey @HotdogCombo anything come up? |
Beta Was this translation helpful? Give feedback.
-
How can I go about using the libnx keyboard applet?
I think that will fix a bug where the following code causes a keyboard loop, it keeps opening after being closed.
Beta Was this translation helpful? Give feedback.
All reactions