table of contents
other versions
- experimental 3.5~git20260804~f661f37+ds-1
| SDL_HINT_VISIONOS_HDR_HEADROOM_UI(3) | SDL3 FUNCTIONS | SDL_HINT_VISIONOS_HDR_HEADROOM_UI(3) |
NAME¶
SDL_HINT_VISIONOS_HDR_HEADROOM_UI - A variable controlling whether the HDR headroom slider should be shown in the visionOS window settings.
SYNOPSIS¶
#include <SDL3/SDL_hints.h>
#define SDL_HINT_VISIONOS_HDR_HEADROOM_UI "SDL_VISIONOS_HDR_HEADROOM_UI"
DESCRIPTION¶
The variable can be set to the following values:
• "0": The HDR headroom slider is not shown. (default)
• "1": The HDR headroom slider is shown.
This hint should be set before SDL is initialized.
AVAILABILITY¶
This hint is available since SDL 3.6.0.
| SDL 3.5.0 | Simple Directmedia Layer |