SDL_GetNumGamepadTouchpadFingers - Man Page

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

Header File

Defined in SDL3/SDL_gamepad.h

Synopsis

#include "SDL3/SDL.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

·(3), SDL_GetGamepadTouchpadFinger(3), ·(3), SDL_GetNumGamepadTouchpads(3)

Referenced By

SDL_GetGamepadTouchpadFinger(3), SDL_GetNumGamepadTouchpads(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS