You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the keycodes that come through in NSEvent, use #import <Carbon/Carbon.h> The defines for the key codes then follow the form kVK_Space, kVK_ANSI_A, kVK_ANSI_B, etc.
This may simplify the input section of logic (or at least make it more clear).
The text was updated successfully, but these errors were encountered:
Per a comment from Bradley Stach on YT:
This may simplify the input section of logic (or at least make it more clear).
The text was updated successfully, but these errors were encountered: