Replies: 1 comment
-
|
(I'm currently thinking on this matter, will get back to you ASAP.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get lot of bug reports about people trying to use keycodes directly, but they are casting them wrong. The idea is to rename functions like
inline size_t write(KeyboardKeycode k)toinline size_t writeKeycode(KeyboardKeycode k).https://github.com/NicoHood/HID/blob/master/src/HID-APIs/KeyboardAPI.h#L38-L44
We could deprecate the old functions to start a smooth transition. What do you think?
CC @SukkoPera
Beta Was this translation helpful? Give feedback.
All reactions