logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_DetachVirtualJoystick - Detach a virtual joystick.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

instance_id
              the joystick instance ID, previously returned from SDL_AttachVirtualJoystick().

Name

       SDL_DetachVirtualJoystick - Detach a virtual joystick.

Return Value

       for more information.

See Also

SDL_AttachVirtualJoystick(3)

Simple Directmedia Layer                           SDL 3.2.20                       SDL_DetachVirtualJoystick(3)

Synopsis

#include<SDL3/SDL_joystick.h>boolSDL_DetachVirtualJoystick(SDL_JoystickIDinstance_id);

See Also