logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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