Corrects the additon of SDLK_CONTEXT_MENU (and scancodes).

This commit is contained in:
Chris Smith 2023-01-10 13:45:54 +00:00
parent 8da70d5aa1
commit 424032b0ca
3 changed files with 5 additions and 3 deletions

View file

@ -403,7 +403,7 @@ typedef enum
/* @} *//* Usage page 0x0C (additional media keys) */
/* Add any other keys here. */
SDL_SCANCODE_CONTEXT_MENU = 438,
SDL_SCANCODE_CONTEXT_MENU = 287,
SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes
for array bounds */