Query whether or not the joystick at a given device index is virtual.
Defined in SDL_joystick.h
SDL_bool SDL_JoystickIsVirtual(int device_index);
Returns SDL_TRUE if the joystick is virtual, SDL_FALSE otherwise.
This function is available since SDL 2.0.14.
CategoryAPI, CategoryAPIFunction, CategoryJoystick