Scroll to navigation

SDL_DetachVirtualJoystick(3) SDL3 FUNCTIONS SDL_DetachVirtualJoystick(3)

NAME

SDL_DetachVirtualJoystick - Detach a virtual joystick.

SYNOPSIS

#include "SDL3/SDL.h"
int SDL_DetachVirtualJoystick(SDL_JoystickID instance_id);

FUNCTION PARAMETERS

the joystick instance ID, previously returned from SDL_AttachVirtualJoystick ()

RETURN VALUE

Returns 0 on success or a negative error code on failure; call

SDL_GetError () for more information.

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_AttachVirtualJoystick(3), SDL_AttachVirtualJoystickEx(3)

SDL 3.1.0 SDL