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
keyboard-types is based on the W3C specification, but dependencies use it in a desktop context too, and thus we extend Code with extra variants to allow for these use-cases too (currently the Chromium key codes).
Another place where it could make sense to extend support for would be the USB usage page standard. The spec is available here, see specifically the Keyboard/Keypad Page 0x07 and the Consumer Page 0x0C.
keyboard-types
is based on the W3C specification, but dependencies use it in a desktop context too, and thus we extendCode
with extra variants to allow for these use-cases too (currently the Chromium key codes).Another place where it could make sense to extend support for would be the USB usage page standard. The spec is available here, see specifically the Keyboard/Keypad Page
0x07
and the Consumer Page0x0C
.This would allow representing all the scancode events that the SDL emits.
The text was updated successfully, but these errors were encountered: