diff include/SDL_events.h @ 4971:158bb5752974

Updated headers to match wiki documentation
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 09:47:33 -0800
parents c24ba2cc9583
children 0a9a77f3d552
line wrap: on
line diff
--- a/include/SDL_events.h	Mon Jan 10 12:15:16 2011 -0800
+++ b/include/SDL_events.h	Wed Jan 12 09:47:33 2011 -0800
@@ -66,8 +66,8 @@
     SDL_SYSWMEVENT,             /**< System specific event */
 
     /* Keyboard events */
-    SDL_KEYDOWN        = 0x300, /**< Keys pressed */
-    SDL_KEYUP,                  /**< Keys released */
+    SDL_KEYDOWN        = 0x300, /**< Key pressed */
+    SDL_KEYUP,                  /**< Key released */
     SDL_TEXTEDITING,            /**< Keyboard text editing (composition) */
     SDL_TEXTINPUT,              /**< Keyboard text input */