[][src]Function fermium::joystick::SDL_JoystickGetDeviceProductVersion

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

Get the product version of a joystick, if available.

This can be called before any joysticks are opened.

If the product version isn't available this function returns 0.