Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened

This commit is contained in:
Sam Lantinga
2018-03-07 13:30:40 -08:00
parent 9e651b6915
commit a8ac588549
7 changed files with 58 additions and 22 deletions

View File

@@ -1,6 +1,14 @@
This is a list of major changes in SDL's version history.
---------------------------------------------------------------------------
2.0.9:
---------------------------------------------------------------------------
General:
* Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened
---------------------------------------------------------------------------
2.0.8:
---------------------------------------------------------------------------