Get the number of supported simultaneous fingers on a touchpad on a game controller.
Defined in SDL_gamecontroller.h
int SDL_GameControllerGetNumTouchpadFingers(SDL_GameController *gamecontroller, int touchpad);| SDL_GameController * | gamecontroller | a controller. |
| int | touchpad | a touchpad. |
(int) Returns number of supported simultaneous fingers.
This function is available since SDL 2.0.14.