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

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