mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 02:17:39 +00:00
SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties()
This is a more general interface that can be extended in the future as needed.
This commit is contained in:
parent
2c1fbe1967
commit
229b7b9d50
47 changed files with 470 additions and 573 deletions
|
@ -69,8 +69,7 @@ SDL3_0.0.0 {
|
|||
SDL_CreateThreadWithStackSize;
|
||||
SDL_CreateWindow;
|
||||
SDL_CreateWindowAndRenderer;
|
||||
SDL_CreateWindowFrom;
|
||||
SDL_CreateWindowWithPosition;
|
||||
SDL_CreateWindowWithProperties;
|
||||
SDL_CursorVisible;
|
||||
SDL_DXGIGetOutputInfo;
|
||||
SDL_DelEventWatch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue