polyplex.utils.sdlbool

Members

Functions

FromSDL
bool FromSDL(SDL_bool b)

Converts an SDL_bool boolean in to an D boolean.

ToSDL
SDL_bool ToSDL(bool b)

Converts an D boolean in to an SDL_bool boolean.

Meta