Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Action committed Jul 9, 2024
1 parent 8b29e2d commit 64e5ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sokol/c/sokol_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -6303,6 +6303,7 @@ _SOKOL_PRIVATE void _sapp_win32_init_keytable(void) {
_sapp.keycodes[0x138] = SAPP_KEYCODE_RIGHT_ALT;
_sapp.keycodes[0x11D] = SAPP_KEYCODE_RIGHT_CONTROL;
_sapp.keycodes[0x036] = SAPP_KEYCODE_RIGHT_SHIFT;
_sapp.keycodes[0x136] = SAPP_KEYCODE_RIGHT_SHIFT;
_sapp.keycodes[0x15C] = SAPP_KEYCODE_RIGHT_SUPER;
_sapp.keycodes[0x150] = SAPP_KEYCODE_DOWN;
_sapp.keycodes[0x14B] = SAPP_KEYCODE_LEFT;
Expand Down

0 comments on commit 64e5ef3

Please sign in to comment.