switchbrew / switch-examples

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

Added a keyboard test program #82

Closed Noodlez1232 closed 1 year ago

Noodlez1232 commented 4 years ago

Should be good now!

yellows8 commented 4 years ago

Can you remove the funcptrs and just use *Held?

Noodlez1232 commented 4 years ago

Can I ask exactly what you mean by using *Held?

yellows8 commented 4 years ago

Just call hidKeyboardHeld/hidKeyboardModifierHeld directly without funcptrs.