table of contents
other versions
SDL_GetGamepadCaps(3) | SDL3 FUNCTIONS | SDL_GetGamepadCaps(3) |
NAME¶
SDL_GetGamepadCaps - Query gamepad capabilities
SYNOPSIS¶
#include "SDL3/SDL.h"
Uint32 SDL_GetGamepadCaps(SDL_Gamepad *gamepad);
FUNCTION PARAMETERS¶
- gamepad
- The gamepad to query
RETURN VALUE¶
Returns a mask of SDL_GamepadCaps
values indicating the gamepad capabilities.
AVAILABILITY¶
This function is available since SDL 3.0.0.
SDL 3.0.0 | SDL |