bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_Locale
sdl
locale
Undocumented in source.
static if
(
sdlSupport >= SDLSupport.v2_0_14
)
struct
SDL_Locale {
const
(
char
)*
language
;
const
(
char
)*
country
;
}
Members
Variables
country
const
(
char
)*
country
;
Undocumented in source.
language
const
(
char
)*
language
;
Undocumented in source.
Meta
Source
See Implementation
sdl
locale
structs
SDL_Locale