Add SDL_WINDOW_NOT_FOCUSABLE flag to set that the window should not be able to gain key focus

- Also adds SDL_SetWindowFocusable() to set/clear flag on existing windows
This commit is contained in:
Sam Lantinga 2023-08-30 20:29:51 -07:00
parent b385dc3b68
commit a5e7214795
15 changed files with 101 additions and 8 deletions

View file

@ -901,6 +901,7 @@ SDL3_0.0.0 {
SDL_WriteS64LE;
SDL_WriteS64BE;
SDL_GDKGetDefaultUser;
SDL_SetWindowFocusable;
# extra symbols go here (don't modify this line)
local: *;
};