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
|
@ -150,7 +150,7 @@ void
|
|||
WIN_UpdateKeymap()
|
||||
{
|
||||
int i;
|
||||
SDL_ScanCode scancode;
|
||||
SDL_Scancode scancode;
|
||||
SDLKey keymap[SDL_NUM_SCANCODES];
|
||||
|
||||
SDL_GetDefaultKeymap(keymap);
|
||||
|
|
|
@ -123,7 +123,7 @@ typedef struct SDL_VideoData
|
|||
PFCoordTransform CoordTransform;
|
||||
#endif
|
||||
|
||||
const SDL_ScanCode *key_layout;
|
||||
const SDL_Scancode *key_layout;
|
||||
DWORD clipboard_count;
|
||||
|
||||
/* Touch input functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue