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
|
@ -3152,3 +3152,7 @@ typedef SDL_Colour, SDL_Color;
|
||||||
@@
|
@@
|
||||||
- SDLK_BACKQUOTE
|
- SDLK_BACKQUOTE
|
||||||
+ SDLK_GRAVE
|
+ SDLK_GRAVE
|
||||||
|
@@
|
||||||
|
@@
|
||||||
|
- SDLK_QUOTEDBL
|
||||||
|
+ SDLK_DBLAPOSTROPHE
|
||||||
|
|
|
@ -905,6 +905,7 @@ The following symbols have been renamed:
|
||||||
* KMOD_SHIFT => SDL_KMOD_SHIFT
|
* KMOD_SHIFT => SDL_KMOD_SHIFT
|
||||||
* SDLK_BACKQUOTE => SDLK_GRAVE
|
* SDLK_BACKQUOTE => SDLK_GRAVE
|
||||||
* SDLK_QUOTE => SDLK_APOSTROPHE
|
* SDLK_QUOTE => SDLK_APOSTROPHE
|
||||||
|
* SDLK_QUOTEDBL => SDLK_DBLAPOSTROPHE
|
||||||
|
|
||||||
## SDL_loadso.h
|
## SDL_loadso.h
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ typedef Uint32 SDL_Keycode;
|
||||||
#define SDLK_TAB '\t'
|
#define SDLK_TAB '\t'
|
||||||
#define SDLK_SPACE ' '
|
#define SDLK_SPACE ' '
|
||||||
#define SDLK_EXCLAIM '!'
|
#define SDLK_EXCLAIM '!'
|
||||||
#define SDLK_QUOTEDBL '"'
|
#define SDLK_DBLAPOSTROPHE '"'
|
||||||
#define SDLK_HASH '#'
|
#define SDLK_HASH '#'
|
||||||
#define SDLK_PERCENT '%'
|
#define SDLK_PERCENT '%'
|
||||||
#define SDLK_DOLLAR '$'
|
#define SDLK_DOLLAR '$'
|
||||||
|
|
|
@ -358,6 +358,7 @@
|
||||||
#define KMOD_SHIFT SDL_KMOD_SHIFT
|
#define KMOD_SHIFT SDL_KMOD_SHIFT
|
||||||
#define SDLK_BACKQUOTE SDLK_GRAVE
|
#define SDLK_BACKQUOTE SDLK_GRAVE
|
||||||
#define SDLK_QUOTE SDLK_APOSTROPHE
|
#define SDLK_QUOTE SDLK_APOSTROPHE
|
||||||
|
#define SDLK_QUOTEDBL SDLK_DBLAPOSTROPHE
|
||||||
|
|
||||||
/* ##SDL_log.h */
|
/* ##SDL_log.h */
|
||||||
#define SDL_LogGetOutputFunction SDL_GetLogOutputFunction
|
#define SDL_LogGetOutputFunction SDL_GetLogOutputFunction
|
||||||
|
@ -866,6 +867,7 @@
|
||||||
#define KMOD_SHIFT KMOD_SHIFT_renamed_SDL_KMOD_SHIFT
|
#define KMOD_SHIFT KMOD_SHIFT_renamed_SDL_KMOD_SHIFT
|
||||||
#define SDLK_BACKQUOTE SDLK_BACKQUOTE_renamed_SDLK_GRAVE
|
#define SDLK_BACKQUOTE SDLK_BACKQUOTE_renamed_SDLK_GRAVE
|
||||||
#define SDLK_QUOTE SDLK_QUOTE_renamed_SDLK_APOSTROPHE
|
#define SDLK_QUOTE SDLK_QUOTE_renamed_SDLK_APOSTROPHE
|
||||||
|
#define SDLK_QUOTEDBL SDLK_QUOTEDBL_renamed_SDLK_DBLAPOSTROPHE
|
||||||
|
|
||||||
/* ##SDL_log.h */
|
/* ##SDL_log.h */
|
||||||
#define SDL_LogGetOutputFunction SDL_LogGetOutputFunction_renamed_SDL_GetLogOutputFunction
|
#define SDL_LogGetOutputFunction SDL_LogGetOutputFunction_renamed_SDL_GetLogOutputFunction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue