bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_version
bindbc
sdl
config
Undocumented in source.
struct
SDL_version {
ubyte
major
;
ubyte
minor
;
ubyte
patch
;
int
opCmp
(SDL_version x);
}
Members
Functions
opCmp
int
opCmp
(SDL_version x)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
major
ubyte
major
;
Undocumented in source.
minor
ubyte
minor
;
Undocumented in source.
patch
ubyte
patch
;
Undocumented in source.
Meta
Source
See Implementation
bindbc
sdl
config
enums
SDLSupport
expandEnum
manifest constants
bindSDLImage
bindSDLMixer
bindSDLNet
bindSDLTTF
sdlSupport
staticBinding
structs
SDL_version