switchbrew / switch-examples

Switch examples for devkitA64 and libnx.
https://devkitpro.org/viewforum.php?f=42
559 stars 99 forks source link

switch-examples/applet/libapplets/software-keyboard #61

Closed niko1point0 closed 5 years ago

niko1point0 commented 5 years ago

Hi, I tried to build this keyboard sample, because I would like to include keyboard support for a homebrew that I am working on, but I could not get this sample to compile. I'm getting linker errors for swkbdInlineLaunchForLibraryApplet, and swkbdInlineSetDecidedCancelCallback

yellows8 commented 5 years ago

Don't mix stable / git, if you're using stable libnx then use stable switch-examples too.

fincs commented 5 years ago

Please wait until we roll new stable libnx/switch-examples releases.

niko1point0 commented 5 years ago

I ended up using hidKeyboardHeld with HidKeyboardScancode. It worked for everything that I needed it to do