Adds SDLK_CONTEXT_MENU (and scancode).

This commit is contained in:
Chris Smith 2022-10-12 10:07:31 +01:00
parent f1003e7110
commit 8da70d5aa1
3 changed files with 6 additions and 1 deletions

View file

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