Added SDL_GetGlobalProperties()

We'll undoubtedly want to have global properties available
This commit is contained in:
Sam Lantinga 2023-11-08 11:55:04 -08:00
parent 151cdfa99f
commit 979214363f
5 changed files with 37 additions and 0 deletions

View file

@ -922,6 +922,7 @@ SDL3_0.0.0 {
SDL_GetDisplayProperties;
SDL_SetPropertyWithCleanup;
SDL_SetX11EventHook;
SDL_GetGlobalProperties;
# extra symbols go here (don't modify this line)
local: *;
};