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_VirtualJoystickTouchpadDesc - The structure that describes a virtual joystick touchpad.

Availability

       This struct is available since SDL 3.2.0.

Name

       SDL_VirtualJoystickTouchpadDesc - The structure that describes a virtual joystick touchpad.

See Also

SDL_VirtualJoystickDesc(3type)

Simple Directmedia Layer                           SDL 3.2.20             SDL_VirtualJoystickTouchpadDesc(3type)

Synopsis

#include<SDL3/SDL_joystick.h>typedefstructSDL_VirtualJoystickTouchpadDesc{Uint16nfingers;/**<thenumberofsimultaneousfingersonthistouchpad*/Uint16padding[3];}SDL_VirtualJoystickTouchpadDesc;

See Also