Update migration guide with info on trackballs

This commit is contained in:
Eric
2023-04-28 21:51:04 -04:00
committed by Ryan C. Gordon
parent bee6099372
commit e8c16ce483

View File

@@ -476,6 +476,7 @@ The following functions have been removed:
* SDL_JoystickGetDeviceType() - replaced with SDL_GetJoystickInstanceType()
* SDL_JoystickGetDeviceVendor() - replaced with SDL_GetJoystickInstanceVendor()
* SDL_JoystickNameForIndex() - replaced with SDL_GetJoystickInstanceName()
* SDL_JoystickNumBalls() - API has been removed, see https://github.com/libsdl-org/SDL/issues/6766
* SDL_JoystickPathForIndex() - replaced with SDL_GetJoystickInstancePath()
* SDL_NumJoysticks() - replaced with SDL_GetJoysticks()