Function SDL_CreateCondition

pub unsafe extern "C" fn SDL_CreateCondition() -> *mut SDL_Condition
Available on crate feature dep_sdl3 only.
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