Removed SDL_DROPEVENT_DATA_SIZE and SDL_TEXTEDITINGEVENT_TEXT_SIZE

Fixes https://github.com/libsdl-org/SDL/issues/9681
This commit is contained in:
Sam Lantinga
2024-05-03 09:19:49 -07:00
parent 63979f04c8
commit b18a071639
3 changed files with 3 additions and 7 deletions

View File

@@ -398,7 +398,9 @@ The following symbols have been renamed:
* SDL_USEREVENT => SDL_EVENT_USER
The following symbols have been removed:
* SDL_DROPEVENT_DATA_SIZE - drop event data is dynamically allocated
* SDL_SYSWMEVENT - you can use SDL_SetWindowsMessageHook() and SDL_SetX11EventHook() to watch and modify system events before SDL sees them.
* SDL_TEXTEDITINGEVENT_TEXT_SIZE - text editing event data is dynamically allocated
The following structures have been renamed:
* SDL_ControllerAxisEvent => SDL_GamepadAxisEvent