SDL_GetSemaphoreValue - Man Page
Get the current value of a semaphore.
Synopsis
#include <SDL3/SDL_mutex.h> Uint32 SDL_GetSemaphoreValue(SDL_Semaphore *sem);
Function Parameters
- sem
the semaphore to query.
Return Value
Returns the current value of the semaphore.
Availability
This function is available since SDL 3.2.0.
Referenced By
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS