Renamed SDL_keysym to SDL_KeySym
Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
This commit is contained in:
parent
477689ac83
commit
a2f2302255
29 changed files with 84 additions and 81 deletions
|
@ -145,7 +145,7 @@ void
|
|||
WIN_UpdateKeymap()
|
||||
{
|
||||
int i;
|
||||
SDL_scancode scancode;
|
||||
SDL_ScanCode scancode;
|
||||
SDLKey keymap[SDL_NUM_SCANCODES];
|
||||
|
||||
SDL_GetDefaultKeymap(keymap);
|
||||
|
|
|
@ -160,7 +160,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