SDL_VirtualJoystickTouchpadDesc.3type - Man Page
The structure that describes a virtual joystick touchpad.
Synopsis
#include <SDL3/SDL_joystick.h> typedef struct SDL_VirtualJoystickTouchpadDesc { Uint16 nfingers; /**< the number of simultaneous fingers on this touchpad */ Uint16 padding[3]; } SDL_VirtualJoystickTouchpadDesc;
Availability
This struct is available since SDL 3.2.0.
See Also
SDL_VirtualJoystickDesc(3type)
Info
SDL 3.2.20 Simple Directmedia Layer SDL3 DATATYPES