Function fermium::joystick::SDL_JoystickGetDeviceVendor[][src]

pub unsafe extern "C" fn SDL_JoystickGetDeviceVendor(
    device_index: c_int
) -> u16
Expand description

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

This can be called before any joysticks are opened.

If the vendor ID isn’t available this function returns 0.