[][src]Function fermium::joystick::SDL_JoystickGetDeviceProduct

pub unsafe extern "C" fn SDL_JoystickGetDeviceProduct(
    device_index: c_int
) -> u16

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.