bindbc.sdl.bind.sdl

Undocumented in source.

Members

Aliases

pSDL_Init
alias pSDL_Init = int function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_InitSubSystem
alias pSDL_InitSubSystem = int function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_Quit
alias pSDL_Quit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_QuitSubSystem
alias pSDL_QuitSubSystem = void function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_WasInit
alias pSDL_WasInit = uint function(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_INIT_TIMER
anonymousenum SDL_INIT_TIMER
Undocumented in source.
SDL_INIT_TIMER
anonymousenum SDL_INIT_TIMER
Undocumented in source.

Functions

SDL_Init
int SDL_Init(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_InitSubSystem
int SDL_InitSubSystem(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_Quit
void SDL_Quit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_QuitSubSystem
void SDL_QuitSubSystem(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_WasInit
uint SDL_WasInit(uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_Init
pSDL_Init SDL_Init;
Undocumented in source.
SDL_InitSubSystem
pSDL_InitSubSystem SDL_InitSubSystem;
Undocumented in source.
SDL_Quit
pSDL_Quit SDL_Quit;
Undocumented in source.
SDL_QuitSubSystem
pSDL_QuitSubSystem SDL_QuitSubSystem;
Undocumented in source.
SDL_WasInit
pSDL_WasInit SDL_WasInit;
Undocumented in source.

Meta