Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_GetNumGamepadTouchpadFingers - Get the number of supported simultaneous fingers on a touchpad on a

Availability

       This function is available since SDL 3.2.0.

Function Parameters

gamepad
              a gamepad.

       touchpad
              a touchpad.

Header File

       Defined in SDL3/SDL_gamepad.h

Name

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

Return Value

       Returns number of supported simultaneous fingers.

See Also

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

Simple Directmedia Layer                           SDL 3.2.10                SDL_GetNumGamepadTouchpadFingers(3)

Synopsis

#include"SDL3/SDL.h"intSDL_GetNumGamepadTouchpadFingers(SDL_Gamepad*gamepad,inttouchpad);

See Also