|
VSF Documented
|
#include <SDL_thread.h>
Data Fields | |
| SDL_threadID | thread |
| SDL_ThreadFunction | entry |
| void * | data |
| char | name [sizeof(uintptr_t)] |
| SDL_threadID SDL_Thread::thread |
| SDL_ThreadFunction SDL_Thread::entry |
| void* SDL_Thread::data |
| char SDL_Thread::name[sizeof(uintptr_t)] |