Added SDL_SetWindowSurfaceVSync() and SDL_GetWindowSurfaceVSync()
Fixes https://github.com/libsdl-org/SDL/issues/9347
This commit is contained in:
parent
7c75801571
commit
dfe4445214
9 changed files with 106 additions and 21 deletions
|
@ -474,6 +474,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetWindowSize;
|
||||
SDL_GetWindowSizeInPixels;
|
||||
SDL_GetWindowSurface;
|
||||
SDL_GetWindowSurfaceVSync;
|
||||
SDL_GetWindowTitle;
|
||||
SDL_GlobDirectory;
|
||||
SDL_GlobStorageDirectory;
|
||||
|
@ -765,6 +766,7 @@ SDL3_0.0.0 {
|
|||
SDL_SetWindowResizable;
|
||||
SDL_SetWindowShape;
|
||||
SDL_SetWindowSize;
|
||||
SDL_SetWindowSurfaceVSync;
|
||||
SDL_SetWindowTitle;
|
||||
SDL_SetWindowsMessageHook;
|
||||
SDL_SetX11EventHook;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue