bindbc.sdl.bind.sdlstdinc

Undocumented in source.

Members

Aliases

Sint16
alias Sint16 = short
Undocumented in source.
Sint32
alias Sint32 = int
Undocumented in source.
Sint64
alias Sint64 = long
Undocumented in source.
Sint8
alias Sint8 = byte
Undocumented in source.
Uint16
alias Uint16 = ushort
Undocumented in source.
Uint32
alias Uint32 = uint
Undocumented in source.
Uint64
alias Uint64 = ulong
Undocumented in source.
Uint8
alias Uint8 = ubyte
Undocumented in source.
pSDL_free
alias pSDL_free = void function(void* mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_FOURCC
eponymoustemplate SDL_FOURCC(char A, char B, char C, char D)
Undocumented in source.
SDL_bool
enum SDL_bool
Undocumented in source.

Functions

SDL_free
void SDL_free(void* mem)
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_free
pSDL_free SDL_free;
Undocumented in source.

Meta