SDL_ThreadID From SDL Library previous page next page SDL Library Documentation Prev Next SDL_ThreadID NameSDL_ThreadID -- Get the 32-bit thread identifier for the current thread. Synopsis #include "SDL.h" #include "SDL_thread.h" Uint32 SDL_ThreadID(void); Description Get the 32-bit thread identifier for the current thread. Prev Home Next SDL_CreateThread Up SDL_GetThreadID previous page start next page