- SDL_TLSID
alias SDL_TLSID = uint
Undocumented in source.
- SDL_ThreadFunction
alias SDL_ThreadFunction = int function(void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_ThreadPriority
alias SDL_ThreadPriority = int
Undocumented in source.
- SDL_beginthread
alias SDL_beginthread = _beginthread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_beginthread
alias SDL_beginthread = _beginthreadex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_endthread
alias SDL_endthread = _endthread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_endthread
alias SDL_endthread = _endthreadex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_threadID
alias SDL_threadID = c_ulong
Undocumented in source.
- TLSDestructor
alias TLSDestructor = 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.
- pfnSDL_CurrentBeginThread
alias pfnSDL_CurrentBeginThread = uintptr_t function(start_address, void*, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfnSDL_CurrentBeginThread
alias pfnSDL_CurrentBeginThread = uintptr_t function(void*, uint, start_address, void*, uint, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfnSDL_CurrentEndThread
alias pfnSDL_CurrentEndThread = void function(uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfnSDL_CurrentEndThread
alias pfnSDL_CurrentEndThread = void function(uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.