mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
docs: Update the migration doc with SDL_SetWindowModalFor() changes
This commit is contained in:
parent
c0b15e57f4
commit
9e850bdcfa
1 changed files with 1 additions and 0 deletions
|
|
@ -2173,6 +2173,7 @@ The following functions have been removed:
|
|||
* SDL_SetWindowData() - use SDL_GetWindowProperties() instead
|
||||
* SDL_CreateWindowFrom() - use SDL_CreateWindowWithProperties() with the properties that allow you to wrap an existing window
|
||||
* SDL_SetWindowInputFocus() - use SDL_RaiseWindow() instead
|
||||
* SDL_SetWindowModalFor() - use SDL_SetWindowParent() with SDL_SetWindowModal() instead
|
||||
|
||||
The SDL_Window id type is named SDL_WindowID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue