Renaming SDLK_QUOTE and SDLK_BACKQUOTE

Renaming SDLK_QUOTE to SDLK_APOSTROPHE.
Renaming SDLK_BACKQUOTE to SDLK_GRAVE.
This makes them similar to their scancode names.
This commit is contained in:
Petar Popovic
2024-05-13 02:42:51 +02:00
committed by Sam Lantinga
parent 06d6f2cb25
commit 94cbaaabbf
7 changed files with 23 additions and 9 deletions

View File

@@ -3144,3 +3144,11 @@ typedef SDL_Colour, SDL_Color;
- SDL_iPhoneSetEventPump
+ SDL_iOSSetEventPump
(...)
@@
@@
- SDLK_QUOTE
+ SDLK_APOSTROPHE
@@
@@
- SDLK_BACKQUOTE
+ SDLK_GRAVE