SDL_GetNumGamepadTouchpadFingers

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

extern (C) nothrow @nogc extern
int
SDL_GetNumGamepadTouchpadFingers

Parameters

gamepad SDL_Gamepad*

a gamepad.

touchpad int

a touchpad.

Return Value

Type: int

number of supported simultaneous fingers.

See Also

Meta