Skip to content

Commit 2bc3ec4

Browse files
evgenydrainovslouken
authored andcommitted
keyboard: Add reference to SDL_Keymod in the comments
1 parent e4475d1 commit 2bc3ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL_keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ typedef struct SDL_Keysym
4949
{
5050
SDL_Scancode scancode; /**< SDL physical key code - see SDL_Scancode for details */
5151
SDL_Keycode sym; /**< SDL virtual key code - see SDL_Keycode for details */
52-
Uint16 mod; /**< current key modifiers */
52+
Uint16 mod; /**< current key modifiers - see SDL_Keymod for details */
5353
Uint32 unused;
5454
} SDL_Keysym;
5555

0 commit comments

Comments
 (0)