Scroll to navigation

SDL_UnlockJoysticks(3) SDL3 FUNCTIONS SDL_UnlockJoysticks(3)

NAME

SDL_UnlockJoysticks - Unlocking for atomic access to the joystick API

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_UnlockJoysticks(void) SDL_RELEASE(SDL_joystick_lock);

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.0 SDL