Get the USB vendor ID of an opened controller, if available.
Uint16 SDL_GameControllerGetVendor(SDL_GameController *gamecontroller);
gamecontroller |
the game controller object to query. |
Return USB vendor ID, or zero if unavailable.
If the vendor ID isn't available this function returns 0.