Lines Matching refs:Uint16
876 SDL_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumb… in SDL_JoystickRumble()
1457 void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16 *versio… in SDL_GetJoystickGUIDInfo()
1459 Uint16 *guid16 = (Uint16 *)guid.data; in SDL_GetJoystickGUIDInfo()
1507 SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, const char *product_… in SDL_CreateJoystickName()
1608 Uint16 vendor, product; in SDL_GetJoystickGameControllerTypeFromGUID()
1622 SDL_GetJoystickGameControllerType(const char *name, Uint16 vendor, Uint16 product, int interface_nu… in SDL_GetJoystickGameControllerType()
1741 SDL_IsJoystickNintendoSwitchProInputOnly(Uint16 vendor, Uint16 product) in SDL_IsJoystickNintendoSwitchProInputOnly()
1748 SDL_IsJoystickSteamController(Uint16 vendor, Uint16 product) in SDL_IsJoystickSteamController()
1847 Uint16 vendor; in SDL_GetJoystickGUIDType()
1848 Uint16 product; in SDL_GetJoystickGUIDType()
2044 Uint16 vendor; in SDL_ShouldIgnoreJoystick()
2045 Uint16 product; in SDL_ShouldIgnoreJoystick()
2086 Uint16 SDL_JoystickGetDeviceVendor(int device_index) in SDL_JoystickGetDeviceVendor()
2088 Uint16 vendor; in SDL_JoystickGetDeviceVendor()
2095 Uint16 SDL_JoystickGetDeviceProduct(int device_index) in SDL_JoystickGetDeviceProduct()
2097 Uint16 product; in SDL_JoystickGetDeviceProduct()
2104 Uint16 SDL_JoystickGetDeviceProductVersion(int device_index) in SDL_JoystickGetDeviceProductVersion()
2106 Uint16 version; in SDL_JoystickGetDeviceProductVersion()
2168 Uint16 SDL_JoystickGetVendor(SDL_Joystick * joystick) in SDL_JoystickGetVendor()
2170 Uint16 vendor; in SDL_JoystickGetVendor()
2177 Uint16 SDL_JoystickGetProduct(SDL_Joystick * joystick) in SDL_JoystickGetProduct()
2179 Uint16 product; in SDL_JoystickGetProduct()
2186 Uint16 SDL_JoystickGetProductVersion(SDL_Joystick * joystick) in SDL_JoystickGetProductVersion()
2188 Uint16 version; in SDL_JoystickGetProductVersion()