pub unsafe extern "C" fn SDL_JoystickIsVirtual(
    device_index: c_int
) -> SDL_bool
Expand description

Query whether or not the joystick at a given device index is virtual.

\param device_index a joystick device index. \returns SDL_TRUE if the joystick is virtual, SDL_FALSE otherwise.

\since This function is available since SDL 2.0.14.