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