SDL_GetSystemTheme

Get the current system theme.

extern (C) nothrow @nogc extern
SDL_GetSystemTheme
()

Return Value

the current system theme, light, dark, or unknown.

Threadsafety: This function should only be called on the main thread.

Meta