A variable that specifies the menu visibility when a window is fullscreen in Spaces on macOS.
Defined in <SDL3/SDL_hints.h>
#define SDL_HINT_VIDEO_MAC_FULLSCREEN_MENU_VISIBILITY "SDL_VIDEO_MAC_FULLSCREEN_MENU_VISIBILITY"
The variable can be set to the following values:
SDL_SetWindowFullscreen()
, and accessible if fullscreen was entered via the "fullscreen" button on the window title bar. (default)This hint can be set anytime.
This hint is available since SDL 3.2.0.