pub unsafe extern "C" fn SDL_GetSystemTheme() -> SDL_SystemTheme
dep_sdl3
Get the current system theme.
Returns the current system theme, light, dark, or unknown.
This function should only be called on the main thread.
This function is available since SDL 3.2.0.