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