Detach a virtual joystick.
Defined in SDL_joystick.h
int SDL_JoystickDetachVirtual(int device_index);
int | device_index | a value previously returned from SDL_JoystickAttachVirtual(). |
(int) Returns 0 on success, or -1 if an error occurred.
This function is available since SDL 2.0.14.