SDL_CreateCondition

Function SDL_CreateCondition 

Source
pub unsafe extern "C" fn SDL_CreateCondition() -> *mut SDL_Condition
Expand description

Create a condition variable.

§Return value

Returns a new condition variable or NULL on failure; call SDL_GetError() for more information.

§Availability

This function is available since SDL 3.2.0.

§See also