derelict.sdl.sdlfuncs

Undocumented in source.

Members

Aliases

SDLVIPTR
alias SDLVIPTR = SDL_VideoInfo*
Undocumented in source.
SDL_AllocSurface
alias SDL_AllocSurface = SDL_CreateRGBSurface
Undocumented in source.
SDL_BlitSurface
alias SDL_BlitSurface = SDL_UpperBlit
Undocumented in source.
da_SDL_AddTimer
alias da_SDL_AddTimer = SDL_TimerID function(Uint32, SDL_NewTimerCallback, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_AllocRW
alias da_SDL_AllocRW = SDL_RWops* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_AudioDriverName
alias da_SDL_AudioDriverName = char* function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_AudioInit
alias da_SDL_AudioInit = int function(in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_AudioQuit
alias da_SDL_AudioQuit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_BuildAudioCVT
alias da_SDL_BuildAudioCVT = int function(SDL_AudioCVT*, Uint16, Uint8, int, Uint16, Uint8, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDClose
alias da_SDL_CDClose = int function(SDL_CD*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDEject
alias da_SDL_CDEject = int function(SDL_CD*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDName
alias da_SDL_CDName = CCPTR function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDNumDrives
alias da_SDL_CDNumDrives = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDOpen
alias da_SDL_CDOpen = SDL_CD* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDPause
alias da_SDL_CDPause = int function(SDL_CD*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDPlay
alias da_SDL_CDPlay = int function(SDL_CD*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDPlayTracks
alias da_SDL_CDPlayTracks = int function(SDL_CD*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDResume
alias da_SDL_CDResume = int function(SDL_CD*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDStatus
alias da_SDL_CDStatus = CDstatus function(SDL_CD*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CDStop
alias da_SDL_CDStop = int function(SDL_CD*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ClearError
alias da_SDL_ClearError = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CloseAudio
alias da_SDL_CloseAudio = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CondBroadcast
alias da_SDL_CondBroadcast = int function(SDL_cond*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CondSignal
alias da_SDL_CondSignal = int function(SDL_cond*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CondWait
alias da_SDL_CondWait = int function(SDL_cond*, SDL_mutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CondWaitTimeout
alias da_SDL_CondWaitTimeout = int function(SDL_cond*, SDL_mutex*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ConvertAudio
alias da_SDL_ConvertAudio = int function(SDL_AudioCVT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ConvertSurface
alias da_SDL_ConvertSurface = SDL_Surface* function(SDL_Surface*, SDL_PixelFormat*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateCond
alias da_SDL_CreateCond = SDL_cond* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateCursor
alias da_SDL_CreateCursor = SDL_Cursor* function(Uint8*, Uint8*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateMutex
alias da_SDL_CreateMutex = SDL_mutex* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateRGBSurface
alias da_SDL_CreateRGBSurface = SDL_Surface* function(Uint32, int, int, int, Uint32, Uint32, Uint32, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateRGBSurfaceFrom
alias da_SDL_CreateRGBSurfaceFrom = SDL_Surface* function(void*, int, int, int, int, Uint32, Uint32, Uint32, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateSemaphore
alias da_SDL_CreateSemaphore = SDL_sem* function(Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateThread
alias da_SDL_CreateThread = SDL_Thread* function(int function(void*) fm, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_CreateYUVOverlay
alias da_SDL_CreateYUVOverlay = SDL_Overlay* function(int, int, Uint32, SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Delay
alias da_SDL_Delay = void function(Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_DestroyCond
alias da_SDL_DestroyCond = void function(SDL_cond*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_DestroyMutex
alias da_SDL_DestroyMutex = void function(SDL_mutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_DestroySemaphore
alias da_SDL_DestroySemaphore = void function(SDL_sem*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_DisplayFormat
alias da_SDL_DisplayFormat = SDL_Surface* function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_DisplayFormatAlpha
alias da_SDL_DisplayFormatAlpha = SDL_Surface* function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_DisplayYUVOverlay
alias da_SDL_DisplayYUVOverlay = int function(SDL_Overlay*, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_EnableKeyRepeat
alias da_SDL_EnableKeyRepeat = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_EnableUNICODE
alias da_SDL_EnableUNICODE = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_EventState
alias da_SDL_EventState = Uint8 function(Uint8, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_FillRect
alias da_SDL_FillRect = int function(SDL_Surface*, SDL_Rect*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Flip
alias da_SDL_Flip = int function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_FreeCursor
alias da_SDL_FreeCursor = void function(SDL_Cursor*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_FreeRW
alias da_SDL_FreeRW = void function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_FreeSurface
alias da_SDL_FreeSurface = void function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_FreeWAV
alias da_SDL_FreeWAV = void function(Uint8*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_FreeYUVOverlay
alias da_SDL_FreeYUVOverlay = void function(SDL_Overlay*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_GetAttribute
alias da_SDL_GL_GetAttribute = int function(SDL_GLattr, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_GetProcAddress
alias da_SDL_GL_GetProcAddress = void* function(in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_LoadLibrary
alias da_SDL_GL_LoadLibrary = int function(in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_Lock
alias da_SDL_GL_Lock = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_SetAttribute
alias da_SDL_GL_SetAttribute = int function(SDL_GLattr, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_SwapBuffers
alias da_SDL_GL_SwapBuffers = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_Unlock
alias da_SDL_GL_Unlock = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GL_UpdateRects
alias da_SDL_GL_UpdateRects = void function(int, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetAppState
alias da_SDL_GetAppState = Uint8 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetAudioStatus
alias da_SDL_GetAudioStatus = SDL_audiostatus function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetClipRect
alias da_SDL_GetClipRect = void function(SDL_Surface*, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetCursor
alias da_SDL_GetCursor = SDL_Cursor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetError
alias da_SDL_GetError = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetEventFilter
alias da_SDL_GetEventFilter = SDL_EventFilter function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetGammaRamp
alias da_SDL_GetGammaRamp = int function(Uint16*, Uint16*, Uint16*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetKeyName
alias da_SDL_GetKeyName = char* function(SDLKey key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetKeyRepeat
alias da_SDL_GetKeyRepeat = void function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetKeyState
alias da_SDL_GetKeyState = Uint8* function(int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetModState
alias da_SDL_GetModState = SDLMod function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetMouseState
alias da_SDL_GetMouseState = Uint8 function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetRGB
alias da_SDL_GetRGB = void function(Uint32, SDL_PixelFormat*, Uint8*, Uint8*, Uint8*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetRGBA
alias da_SDL_GetRGBA = void function(Uint32, SDL_PixelFormat*, Uint8*, Uint8*, Uint8*, Uint8*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetRelativeMouseState
alias da_SDL_GetRelativeMouseState = Uint8 function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetThreadID
alias da_SDL_GetThreadID = Uint32 function(SDL_Thread*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetTicks
alias da_SDL_GetTicks = Uint32 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetVideoInfo
alias da_SDL_GetVideoInfo = SDLVIPTR function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetVideoSurface
alias da_SDL_GetVideoSurface = SDL_Surface* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_GetWMInfo
alias da_SDL_GetWMInfo = int function(SDL_SysWMinfo*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Has3DNow
alias da_SDL_Has3DNow = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Has3DNowExt
alias da_SDL_Has3DNowExt = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_HasAltiVec
alias da_SDL_HasAltiVec = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_HasMMX
alias da_SDL_HasMMX = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_HasMMXExt
alias da_SDL_HasMMXExt = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_HasRDTSC
alias da_SDL_HasRDTSC = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_HasSSE
alias da_SDL_HasSSE = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_HasSSE2
alias da_SDL_HasSSE2 = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Init
alias da_SDL_Init = int function(Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_InitSubSystem
alias da_SDL_InitSubSystem = int function(Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickClose
alias da_SDL_JoystickClose = void function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickEventState
alias da_SDL_JoystickEventState = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickGetAxis
alias da_SDL_JoystickGetAxis = Sint16 function(SDL_Joystick*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickGetBall
alias da_SDL_JoystickGetBall = int function(SDL_Joystick*, int, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickGetButton
alias da_SDL_JoystickGetButton = Uint8 function(SDL_Joystick*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickGetHat
alias da_SDL_JoystickGetHat = Uint8 function(SDL_Joystick*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickIndex
alias da_SDL_JoystickIndex = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickName
alias da_SDL_JoystickName = CCPTR function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickNumAxes
alias da_SDL_JoystickNumAxes = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickNumBalls
alias da_SDL_JoystickNumBalls = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickNumButtons
alias da_SDL_JoystickNumButtons = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickNumHats
alias da_SDL_JoystickNumHats = int function(SDL_Joystick*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickOpen
alias da_SDL_JoystickOpen = SDL_Joystick* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickOpened
alias da_SDL_JoystickOpened = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_JoystickUpdate
alias da_SDL_JoystickUpdate = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_KillThread
alias da_SDL_KillThread = void function(SDL_Thread*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Linked_Version
alias da_SDL_Linked_Version = CSDLVERPTR function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ListModes
alias da_SDL_ListModes = SDL_Rect** function(SDL_PixelFormat*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LoadBMP_RW
alias da_SDL_LoadBMP_RW = SDL_Surface* function(SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LoadFunction
alias da_SDL_LoadFunction = void* function(in void*, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LoadObject
alias da_SDL_LoadObject = void* function(in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LoadWAV_RW
alias da_SDL_LoadWAV_RW = SDL_AudioSpec* function(SDL_RWops*, int, SDL_AudioSpec*, Uint8**, Uint32*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LockAudio
alias da_SDL_LockAudio = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LockSurface
alias da_SDL_LockSurface = int function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LockYUVOverlay
alias da_SDL_LockYUVOverlay = int function(SDL_Overlay*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_LowerBlit
alias da_SDL_LowerBlit = int function(SDL_Surface*, SDL_Rect*, SDL_Surface*, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_MapRGB
alias da_SDL_MapRGB = Uint32 function(in SDL_PixelFormat*, in Uint8, in Uint8, in Uint8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_MapRGBA
alias da_SDL_MapRGBA = Uint32 function(in SDL_PixelFormat*, in Uint8, in Uint8, in Uint8, in Uint8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_MixAudio
alias da_SDL_MixAudio = void function(Uint8*, in Uint8*, Uint32, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_NumJoysticks
alias da_SDL_NumJoysticks = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_OpenAudio
alias da_SDL_OpenAudio = int function(SDL_AudioSpec*, SDL_AudioSpec*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_PauseAudio
alias da_SDL_PauseAudio = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_PeepEvents
alias da_SDL_PeepEvents = int function(SDL_Event*, int, SDL_eventaction, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_PollEvent
alias da_SDL_PollEvent = int function(SDL_Event*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_PumpEvents
alias da_SDL_PumpEvents = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_PushEvent
alias da_SDL_PushEvent = int function(SDL_Event*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_Quit
alias da_SDL_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.
da_SDL_QuitSubSystem
alias da_SDL_QuitSubSystem = void function(Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_RWFromConstMem
alias da_SDL_RWFromConstMem = SDL_RWops* function(in void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_RWFromFP
alias da_SDL_RWFromFP = SDL_RWops* function(FILE*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_RWFromFile
alias da_SDL_RWFromFile = SDL_RWops* function(in char*, in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_RWFromMem
alias da_SDL_RWFromMem = SDL_RWops* function(void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ReadBE16
alias da_SDL_ReadBE16 = Uint16 function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ReadBE32
alias da_SDL_ReadBE32 = Uint32 function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ReadBE64
alias da_SDL_ReadBE64 = Uint64 function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ReadLE16
alias da_SDL_ReadLE16 = Uint16 function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ReadLE32
alias da_SDL_ReadLE32 = Uint32 function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ReadLE64
alias da_SDL_ReadLE64 = Uint64 function(SDL_RWops*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_RemoveTimer
alias da_SDL_RemoveTimer = SDL_bool function(SDL_TimerID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SaveBMP_RW
alias da_SDL_SaveBMP_RW = int function(SDL_Surface*, SDL_RWops*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SemPost
alias da_SDL_SemPost = int function(SDL_sem*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SemTryWait
alias da_SDL_SemTryWait = int function(SDL_sem*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SemValue
alias da_SDL_SemValue = Uint32 function(SDL_sem*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SemWait
alias da_SDL_SemWait = int function(SDL_sem*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SemWaitTimeout
alias da_SDL_SemWaitTimeout = int function(SDL_sem*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetAlpha
alias da_SDL_SetAlpha = int function(SDL_Surface*, Uint32, Uint8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetClipRect
alias da_SDL_SetClipRect = SDL_bool function(SDL_Surface*, in SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetColorKey
alias da_SDL_SetColorKey = int function(SDL_Surface*, Uint32, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetColors
alias da_SDL_SetColors = int function(SDL_Surface*, SDL_Color*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetCursor
alias da_SDL_SetCursor = void function(SDL_Cursor*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetError
alias da_SDL_SetError = void function(in char*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetEventFilter
alias da_SDL_SetEventFilter = void function(SDL_EventFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetGamma
alias da_SDL_SetGamma = int function(float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetGammaRamp
alias da_SDL_SetGammaRamp = int function(in Uint16*, in Uint16*, in Uint16*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetModState
alias da_SDL_SetModState = void function(SDLMod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetPalette
alias da_SDL_SetPalette = int function(SDL_Surface*, int, SDL_Color*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetTimer
alias da_SDL_SetTimer = int function(Uint32, SDL_TimerCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_SetVideoMode
alias da_SDL_SetVideoMode = SDL_Surface* function(int, int, int, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ShowCursor
alias da_SDL_ShowCursor = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_ThreadID
alias da_SDL_ThreadID = Uint32 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UnloadObject
alias da_SDL_UnloadObject = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UnlockAudio
alias da_SDL_UnlockAudio = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UnlockSurface
alias da_SDL_UnlockSurface = void function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UnlockYUVOverlay
alias da_SDL_UnlockYUVOverlay = void function(SDL_Overlay*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UpdateRect
alias da_SDL_UpdateRect = void function(SDL_Surface*, Sint32, Sint32, Uint32, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UpdateRects
alias da_SDL_UpdateRects = void function(SDL_Surface*, int, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_UpperBlit
alias da_SDL_UpperBlit = int function(SDL_Surface*, SDL_Rect*, SDL_Surface*, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_VideoDriverName
alias da_SDL_VideoDriverName = char* function(char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_VideoInit
alias da_SDL_VideoInit = int function(in char*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_VideoModeOK
alias da_SDL_VideoModeOK = int function(int, int, int, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_VideoQuit
alias da_SDL_VideoQuit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WM_GetCaption
alias da_SDL_WM_GetCaption = void function(char**, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WM_GrabInput
alias da_SDL_WM_GrabInput = SDL_GrabMode function(SDL_GrabMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WM_IconifyWindow
alias da_SDL_WM_IconifyWindow = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WM_SetCaption
alias da_SDL_WM_SetCaption = void function(in char*, in char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WM_SetIcon
alias da_SDL_WM_SetIcon = void function(SDL_Surface*, Uint8*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WM_ToggleFullScreen
alias da_SDL_WM_ToggleFullScreen = int function(SDL_Surface*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WaitEvent
alias da_SDL_WaitEvent = int function(SDL_Event*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WaitThread
alias da_SDL_WaitThread = void function(SDL_Thread*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WarpMouse
alias da_SDL_WarpMouse = void function(Uint16, Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WasInit
alias da_SDL_WasInit = Uint32 function(Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WriteBE16
alias da_SDL_WriteBE16 = Uint16 function(SDL_RWops*, Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WriteBE32
alias da_SDL_WriteBE32 = Uint32 function(SDL_RWops*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WriteBE64
alias da_SDL_WriteBE64 = Uint64 function(SDL_RWops*, Uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WriteLE16
alias da_SDL_WriteLE16 = Uint16 function(SDL_RWops*, Uint16)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WriteLE32
alias da_SDL_WriteLE32 = Uint32 function(SDL_RWops*, Uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_WriteLE64
alias da_SDL_WriteLE64 = Uint64 function(SDL_RWops*, Uint64)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_mutexP
alias da_SDL_mutexP = int function(SDL_mutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_mutexV
alias da_SDL_mutexV = int function(SDL_mutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_LoadBMP
SDL_Surface* SDL_LoadBMP(char* file)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_LoadWAV
SDL_AudioSpec* SDL_LoadWAV(char* file, SDL_AudioSpec* spec, Uint8** buf, Uint32* len)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_LockMutex
int SDL_LockMutex(SDL_mutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_QuitRequested
int SDL_QuitRequested()
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SaveBMP
int SDL_SaveBMP(SDL_Surface* surface, char* file)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_UnlockMutex
int SDL_UnlockMutex(SDL_mutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta