Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
This commit is contained in:
parent
f0fa63a506
commit
76a24d278d
25 changed files with 76 additions and 74 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue