derelict.sdl.sdltypes

Undocumented in source.

Members

Aliases

CDstatus
alias CDstatus = int
Undocumented in source.
CSDLVERPTR
alias CSDLVERPTR = SDL_version*
Undocumented in source.
SDLKey
alias SDLKey = int
Undocumented in source.
SDLMod
alias SDLMod = int
Undocumented in source.
SDL_Colour
alias SDL_Colour = SDL_Color
Undocumented in source.
SDL_EventFilter
alias SDL_EventFilter = int function(in SDL_Event* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GLattr
alias SDL_GLattr = int
Undocumented in source.
SDL_GrabMode
alias SDL_GrabMode = int
Undocumented in source.
SDL_NewTimerCallback
alias SDL_NewTimerCallback = Uint32 function(Uint32, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SwapBE16
alias SDL_SwapBE16 = SDL_Swap16
Undocumented in source.
SDL_SwapBE32
alias SDL_SwapBE32 = SDL_Swap32
Undocumented in source.
SDL_SwapBE64
alias SDL_SwapBE64 = SDL_Swap64
Undocumented in source.
SDL_SwapLE16
alias SDL_SwapLE16 = SDL_Swap16
Undocumented in source.
SDL_SwapLE32
alias SDL_SwapLE32 = SDL_Swap32
Undocumented in source.
SDL_SwapLE64
alias SDL_SwapLE64 = SDL_Swap64
Undocumented in source.
SDL_TimerCallback
alias SDL_TimerCallback = 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.
SDL_TimerID
alias SDL_TimerID = void*
Undocumented in source.
SDL_audiostatus
alias SDL_audiostatus = int
Undocumented in source.
SDL_bool
alias SDL_bool = int
Undocumented in source.
SDL_eventaction
alias SDL_eventaction = int
Undocumented in source.
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.

Enums

AUDIO_U16SYS
anonymousenum AUDIO_U16SYS
Undocumented in source.
AUDIO_U16SYS
anonymousenum AUDIO_U16SYS
Undocumented in source.
AUDIO_U8
anonymousenum AUDIO_U8
Undocumented in source.
CD_FPS
anonymousenum CD_FPS
Undocumented in source.
CD_TRAYEMPTY
anonymousenum CD_TRAYEMPTY
Undocumented in source.
KMOD_NONE
anonymousenum KMOD_NONE
Undocumented in source.
RW_SEEK_SET
anonymousenum RW_SEEK_SET
Undocumented in source.
SDLK_UNKNOWN
anonymousenum SDLK_UNKNOWN
Undocumented in source.
SDL_ACTIVEEVENTMASK
anonymousenum SDL_ACTIVEEVENTMASK
Undocumented in source.
SDL_ADDEVENT
anonymousenum SDL_ADDEVENT
Undocumented in source.
SDL_ALLEVENTS
anonymousenum SDL_ALLEVENTS
Undocumented in source.
SDL_ALL_HOTKEYS
anonymousenum SDL_ALL_HOTKEYS
Undocumented in source.
SDL_ALPHA_OPAQUE
anonymousenum SDL_ALPHA_OPAQUE
Undocumented in source.
SDL_APPMOUSEFOCUS
anonymousenum SDL_APPMOUSEFOCUS
Undocumented in source.
SDL_AUDIO_STOPPED
anonymousenum SDL_AUDIO_STOPPED
Undocumented in source.
SDL_AUDIO_TRACK
anonymousenum SDL_AUDIO_TRACK
Undocumented in source.
SDL_BUTTON_LEFT
anonymousenum SDL_BUTTON_LEFT
Undocumented in source.
SDL_BYTEORDER
anonymousenum SDL_BYTEORDER
Undocumented in source.
SDL_BYTEORDER
anonymousenum SDL_BYTEORDER
Undocumented in source.
SDL_COMPILEDVERSION
anonymousenum SDL_COMPILEDVERSION
Undocumented in source.
SDL_DEFAULT_REPEAT_DELAY
anonymousenum SDL_DEFAULT_REPEAT_DELAY
Undocumented in source.
SDL_FALSE
anonymousenum SDL_FALSE
Undocumented in source.
SDL_GL_RED_SIZE
anonymousenum SDL_GL_RED_SIZE
Undocumented in source.
SDL_GRAB_QUERY
anonymousenum SDL_GRAB_QUERY
Undocumented in source.
SDL_HAT_CENTERED
anonymousenum SDL_HAT_CENTERED
Undocumented in source.
SDL_INIT_TIMER
anonymousenum SDL_INIT_TIMER
Undocumented in source.
SDL_LIL_ENDIAN
anonymousenum SDL_LIL_ENDIAN
Undocumented in source.
SDL_LOGPAL
anonymousenum SDL_LOGPAL
Undocumented in source.
SDL_MAJOR_VERSION
anonymousenum SDL_MAJOR_VERSION
Undocumented in source.
SDL_MAX_TRACKS
anonymousenum SDL_MAX_TRACKS
Undocumented in source.
SDL_MIX_MAXVOLUME
anonymousenum SDL_MIX_MAXVOLUME
Undocumented in source.
SDL_MUTEX_MAXWAIT
anonymousenum SDL_MUTEX_MAXWAIT
Undocumented in source.
SDL_MUTEX_TIMEOUT
anonymousenum SDL_MUTEX_TIMEOUT
Undocumented in source.
SDL_NOEVENT
anonymousenum SDL_NOEVENT
Undocumented in source.
SDL_PRESSED
anonymousenum SDL_PRESSED
Undocumented in source.
SDL_QUERY
anonymousenum SDL_QUERY
Undocumented in source.
SDL_SWSURFACE
anonymousenum SDL_SWSURFACE
Undocumented in source.
SDL_TIMESLICE
anonymousenum SDL_TIMESLICE
Undocumented in source.
SDL_YV12_OVERLAY
anonymousenum SDL_YV12_OVERLAY
Undocumented in source.

Functions

CD_INDRIVE
int CD_INDRIVE(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
FRAMES_TO_MSF
void FRAMES_TO_MSF(int f, int M, int S, int F)
Undocumented in source. Be warned that the author may not have intended to support it.
MSF_TO_FRAMES
int MSF_TO_FRAMES(int M, int S, int F)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_BUTTON
Uint8 SDL_BUTTON(Uint8 x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_MUSTLOCK
bool SDL_MUSTLOCK(SDL_Surface* surface)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWclose
int SDL_RWclose(SDL_RWops* context)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWread
int SDL_RWread(SDL_RWops* context, void* ptr, int size, int maxnum)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWseek
int SDL_RWseek(SDL_RWops* context, int offset, int whence)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWtell
int SDL_RWtell(SDL_RWops* context)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_RWwrite
int SDL_RWwrite(SDL_RWops* context, void* ptr, int size, int num)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_Swap16
Uint16 SDL_Swap16(Uint16 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_Swap32
Uint32 SDL_Swap32(Uint32 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_Swap64
Uint64 SDL_Swap64(Uint64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SwapBE16
Uint16 SDL_SwapBE16(Uint16 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SwapBE32
Uint32 SDL_SwapBE32(Uint32 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SwapBE64
Uint64 SDL_SwapBE64(Uint64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SwapLE16
Uint16 SDL_SwapLE16(Uint16 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SwapLE32
Uint32 SDL_SwapLE32(Uint32 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SwapLE64
Uint64 SDL_SwapLE64(Uint64 val)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_VERSION
void SDL_VERSION(SDL_version* X)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_VERSIONNUM
uint SDL_VERSIONNUM(Uint8 major, Uint8 minor, Uint8 patch)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_VERSION_ATLEAST
bool SDL_VERSION_ATLEAST(Uint8 major, Uint8 minor, Uint8 patch)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SDL_ActiveEvent
struct SDL_ActiveEvent
Undocumented in source.
SDL_AudioCVT
struct SDL_AudioCVT
Undocumented in source.
SDL_AudioSpec
struct SDL_AudioSpec
Undocumented in source.
SDL_CD
struct SDL_CD
Undocumented in source.
SDL_CDtrack
struct SDL_CDtrack
Undocumented in source.
SDL_Color
struct SDL_Color
Undocumented in source.
SDL_Cursor
struct SDL_Cursor
Undocumented in source.
SDL_ExposeEvent
struct SDL_ExposeEvent
Undocumented in source.
SDL_JoyAxisEvent
struct SDL_JoyAxisEvent
Undocumented in source.
SDL_JoyBallEvent
struct SDL_JoyBallEvent
Undocumented in source.
SDL_JoyButtonEvent
struct SDL_JoyButtonEvent
Undocumented in source.
SDL_JoyHatEvent
struct SDL_JoyHatEvent
Undocumented in source.
SDL_Joystick
struct SDL_Joystick
Undocumented in source.
SDL_KeyboardEvent
struct SDL_KeyboardEvent
Undocumented in source.
SDL_MouseButtonEvent
struct SDL_MouseButtonEvent
Undocumented in source.
SDL_MouseMotionEvent
struct SDL_MouseMotionEvent
Undocumented in source.
SDL_Overlay
struct SDL_Overlay
Undocumented in source.
SDL_Palette
struct SDL_Palette
Undocumented in source.
SDL_PixelFormat
struct SDL_PixelFormat
Undocumented in source.
SDL_QuitEvent
struct SDL_QuitEvent
Undocumented in source.
SDL_RWops
struct SDL_RWops
Undocumented in source.
SDL_Rect
struct SDL_Rect
Undocumented in source.
SDL_ResizeEvent
struct SDL_ResizeEvent
Undocumented in source.
SDL_Surface
struct SDL_Surface
Undocumented in source.
SDL_SysWMEvent
struct SDL_SysWMEvent
Undocumented in source.
SDL_SysWMinfo
struct SDL_SysWMinfo
Undocumented in source.
SDL_SysWMinfo
struct SDL_SysWMinfo
Undocumented in source.
SDL_SysWMmsg
struct SDL_SysWMmsg
Undocumented in source.
SDL_SysWMmsg
struct SDL_SysWMmsg
Undocumented in source.
SDL_Thread
struct SDL_Thread
Undocumented in source.
SDL_UserEvent
struct SDL_UserEvent
Undocumented in source.
SDL_VideoInfo
struct SDL_VideoInfo
Undocumented in source.
SDL_cond
struct SDL_cond
Undocumented in source.
SDL_keysym
struct SDL_keysym
Undocumented in source.
SDL_mutex
struct SDL_mutex
Undocumented in source.
SDL_sem
struct SDL_sem
Undocumented in source.
SDL_version
struct SDL_version
Undocumented in source.
WMcursor
struct WMcursor
Undocumented in source.

Unions

SDL_Event
union SDL_Event
Undocumented in source.

Meta