pub unsafe extern "C" fn SDL_JoystickGetDeviceProduct(
    device_index: c_int
) -> Uint16
Expand description

Get the USB product ID of a joystick, if available.

This can be called before any joysticks are opened. If the product ID isn’t available this function returns 0.

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

\since This function is available since SDL 2.0.6.