SDL_UnlockJoysticks - Man Page

Unlocking for atomic access to the joystick API.

Synopsis

#include <SDL3/SDL_joystick.h>

void SDL_UnlockJoysticks(void);

Thread Safety

This should be called from the same thread that called SDL_LockJoysticks().

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS