pub unsafe extern "C" fn SDL_JoystickGetDeviceType(
    device_index: c_int
) -> SDL_JoystickType
Expand description

Get the type of a joystick, if available.

This can be called before any joysticks are opened.

\param device_index the index of the joystick to query (the N’th joystick on the system \returns the SDL_JoystickType of the selected joystick. If called on an invalid index, this function returns SDL_JOYSTICK_TYPE_UNKNOWN

\since This function is available since SDL 2.0.6.