Added an API to iterate over game controller mappings

This commit is contained in:
Sam Lantinga 2016-11-29 06:36:57 -08:00
parent 1e59d959f0
commit a31f3d2c25
5 changed files with 81 additions and 0 deletions

View file

@ -622,3 +622,5 @@
#define SDL_GameControllerGetProduct SDL_GameControllerGetProduct_REAL
#define SDL_GameControllerGetProductVersion SDL_GameControllerGetProductVersion_REAL
#define SDL_HasNEON SDL_HasNEON_REAL
#define SDL_GameControllerNumMappings SDL_GameControllerNumMappings_REAL
#define SDL_GameControllerMappingForIndex SDL_GameControllerMappingForIndex_REAL