mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 19:18:30 +00:00
video: Allow setting the parents of toplevel windows
Allow setting a parent/child relationship on toplevel windows, which allows raising sets of windows together, and allows child windows to always float above their parents. Modal windows are now set by setting the parent, then toggling modal status, as the previous interface duplicated functionality now handled by SDL_SetWindowParent().
This commit is contained in:
@@ -854,10 +854,11 @@ SDL3_0.0.0 {
|
||||
SDL_SetWindowKeyboardGrab;
|
||||
SDL_SetWindowMaximumSize;
|
||||
SDL_SetWindowMinimumSize;
|
||||
SDL_SetWindowModalFor;
|
||||
SDL_SetWindowModal;
|
||||
SDL_SetWindowMouseGrab;
|
||||
SDL_SetWindowMouseRect;
|
||||
SDL_SetWindowOpacity;
|
||||
SDL_SetWindowParent;
|
||||
SDL_SetWindowPosition;
|
||||
SDL_SetWindowRelativeMouseMode;
|
||||
SDL_SetWindowResizable;
|
||||
|
Reference in New Issue
Block a user