mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Renaming SDLK_QUOTEDBL to SDLK_DBLAPOSTROPHE
This commit is contained in:
parent
863a9029ae
commit
3baec8aab4
4 changed files with 8 additions and 1 deletions
|
@ -57,7 +57,7 @@ typedef Uint32 SDL_Keycode;
|
|||
#define SDLK_TAB '\t'
|
||||
#define SDLK_SPACE ' '
|
||||
#define SDLK_EXCLAIM '!'
|
||||
#define SDLK_QUOTEDBL '"'
|
||||
#define SDLK_DBLAPOSTROPHE '"'
|
||||
#define SDLK_HASH '#'
|
||||
#define SDLK_PERCENT '%'
|
||||
#define SDLK_DOLLAR '$'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue