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

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