summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/include/SDL_keyboard.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-11-16 16:26:13 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-11-16 16:28:01 +0100
commit47a05778bff9388fc6c479461dd3804c79d7b539 (patch)
treebb3d4dc8df676b8aa478339b3fd0cd305dc4ac4d /3rdparty/SDL2/include/SDL_keyboard.h
parente61b392edfbfe5b9d70908c087632da915a3abd8 (diff)
Updated SDL2 to 2.0.5 (nw)
Diffstat (limited to '3rdparty/SDL2/include/SDL_keyboard.h')
-rw-r--r--3rdparty/SDL2/include/SDL_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/SDL2/include/SDL_keyboard.h b/3rdparty/SDL2/include/SDL_keyboard.h
index bbba0f07bc7..f80b6d2de88 100644
--- a/3rdparty/SDL2/include/SDL_keyboard.h
+++ b/3rdparty/SDL2/include/SDL_keyboard.h
@@ -136,7 +136,7 @@ extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);
* copy it. If the key doesn't have a name, this function returns an
* empty string ("").
*
- * \sa SDL_Key
+ * \sa SDL_Keycode
*/
extern DECLSPEC const char *SDLCALL SDL_GetKeyName(SDL_Keycode key);