DRAFT |
SDL_CreateMutex
Use this function to create a mutex, initialized unlocked.
green
Syntax
SDL_mutex* SDL_CreateMutex(void)
Return Value
A pointer to an SDL_mutex structure to be initialized in an unlocked state.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_DestroyMutex ???
