Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.

This commit is contained in:
Sam Lantinga 2011-02-07 09:37:11 -08:00
parent f0fa63a506
commit 76a24d278d
25 changed files with 76 additions and 74 deletions

View file

@ -35,7 +35,7 @@
* \brief The SDL keyboard scancode representation.
*
* Values of this type are used to represent keyboard keys, among other places
* in the \link SDL_KeySym::scancode key.keysym.scancode \endlink field of the
* in the \link SDL_Keysym::scancode key.keysym.scancode \endlink field of the
* SDL_Event structure.
*
* The values in this enumeration are based on the USB usage page standard:
@ -392,7 +392,7 @@ typedef enum
SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes
for array bounds */
} SDL_ScanCode;
} SDL_Scancode;
#endif /* _SDL_scancode_h */