summaryrefslogtreecommitdiff
path: root/include/SDL_keyboard.h
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2016-08-03 22:39:44 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2016-08-03 22:39:44 +0200
commit3004487cbfcf73cd0f353e7a83727bfe8b025f78 (patch)
tree3c84b5f10efdf9d84edcfd50b0242e641111692b /include/SDL_keyboard.h
parentb14624e5633b424f70a632414768b2edabe74732 (diff)
downloadsdl-3004487cbfcf73cd0f353e7a83727bfe8b025f78.tar.gz
Fixed two old identifiers in header comments.
Diffstat (limited to 'include/SDL_keyboard.h')
-rw-r--r--include/SDL_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_keyboard.h b/include/SDL_keyboard.h
index bbba0f07b..f80b6d2de 100644
--- a/include/SDL_keyboard.h
+++ b/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);