SDL_GetNumGamepadTouchpadFingers - Man Page

Get the number of supported simultaneous fingers on a touchpad on a game gamepad.

Synopsis

#include <SDL3/SDL_gamepad.h>

int SDL_GetNumGamepadTouchpadFingers(SDL_Gamepad *gamepad, int touchpad);

Function Parameters

gamepad

a gamepad.

touchpad

a touchpad.

Return Value

Returns number of supported simultaneous fingers.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_GetGamepadTouchpadFinger(3), SDL_GetNumGamepadTouchpads(3)

Referenced By

SDL_GetGamepadTouchpadFinger(3), SDL_GetNumGamepadTouchpads(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS