We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4475d1 commit 2bc3ec4Copy full SHA for 2bc3ec4
include/SDL_keyboard.h
@@ -49,7 +49,7 @@ typedef struct SDL_Keysym
49
{
50
SDL_Scancode scancode; /**< SDL physical key code - see SDL_Scancode for details */
51
SDL_Keycode sym; /**< SDL virtual key code - see SDL_Keycode for details */
52
- Uint16 mod; /**< current key modifiers */
+ Uint16 mod; /**< current key modifiers - see SDL_Keymod for details */
53
Uint32 unused;
54
} SDL_Keysym;
55
0 commit comments