Renaming SDLK_QUOTEDBL to SDLK_DBLAPOSTROPHE

This commit is contained in:
Petar Popovic 2024-05-13 21:46:20 +02:00 committed by Sam Lantinga
parent 863a9029ae
commit 3baec8aab4
4 changed files with 8 additions and 1 deletions

View file

@ -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 '$'