sdl.log

Undocumented in source.

Members

Aliases

SDL_LogCategory
alias SDL_LogCategory = uint
Undocumented in source.
SDL_LogOutputFunction
alias SDL_LogOutputFunction = void function(void* userdata, int category, SDL_LogPriority priority, const(char)* message) nothrow
Undocumented in source.
SDL_LogPriority
alias SDL_LogPriority = uint
Undocumented in source.

Enums

SDL_LOG_CATEGORY_APPLICATION
anonymousenum SDL_LOG_CATEGORY_APPLICATION
Undocumented in source.
SDL_LOG_PRIORITY_VERBOSE
anonymousenum SDL_LOG_PRIORITY_VERBOSE
Undocumented in source.

Manifest constants

SDL_MAX_LOG_MESSAGE
enum SDL_MAX_LOG_MESSAGE;
Undocumented in source.

Meta