Skip to content

TSdlSystemTheme

System theme.

Definition

Unit: Neslib.Sdl3.Video

type TSdlSystemTheme = (Unknown, Light, Dark)

Enumeration Values

Unknown = SDL_SYSTEM_THEME_UNKNOWN

Unknown system theme


Light = SDL_SYSTEM_THEME_LIGHT

Light colored system theme


Dark = SDL_SYSTEM_THEME_DARK

Dark colored system theme


Methods

Name Description
FromSystem Get the theme from the system.

Method Descriptions

FromSystem

Get the theme from the system.

class function FromSystem: TSdlSystemTheme; inline; static

Returns

TSdlSystemTheme