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_GetNumGamepadTouchpads - Get the number of touchpads on a gamepad.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

gamepad
              a gamepad.

Name

       SDL_GetNumGamepadTouchpads - Get the number of touchpads on a gamepad.

Return Value

       Returns number of touchpads.

See Also

SDL_GetNumGamepadTouchpadFingers(3)

Simple Directmedia Layer                           SDL 3.2.20                      SDL_GetNumGamepadTouchpads(3)

Synopsis

#include<SDL3/SDL_gamepad.h>intSDL_GetNumGamepadTouchpads(SDL_Gamepad*gamepad);

See Also