SDL_VirtualJoystickTouchpadDesc.3type - Man Page

The structure that describes a virtual joystick touchpad.

Header File

Defined in SDL3/SDL_joystick.h

Synopsis

#include "SDL3/SDL.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

·(3), SDL_VirtualJoystickDesc(3type)

Info

SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES