table of contents
other versions
SDL_GetNumGamepadMappings(3) | SDL3 FUNCTIONS | SDL_GetNumGamepadMappings(3) |
NAME¶
SDL_GetNumGamepadMappings - Get the number of mappings installed.
SYNOPSIS¶
#include "SDL3/SDL.h"
int SDL_GetNumGamepadMappings(void);
RETURN VALUE¶
Returns the number of mappings.
AVAILABILITY¶
This function is available since SDL 3.0.0.
SDL 3.0.0 | SDL |