VSF Documented
Data Fields
SDL_ControllerTouchpadEvent Struct Reference

#include <SDL_events.h>

Data Fields

uint32_t type
 
uint32_t timestamp
 
SDL_JoystickID which
 
int32_t touchpad
 
int32_t finger
 
float x
 
float y
 
float pressure
 

Field Documentation

◆ type

uint32_t SDL_ControllerTouchpadEvent::type

◆ timestamp

uint32_t SDL_ControllerTouchpadEvent::timestamp

◆ which

SDL_JoystickID SDL_ControllerTouchpadEvent::which

◆ touchpad

int32_t SDL_ControllerTouchpadEvent::touchpad

◆ finger

int32_t SDL_ControllerTouchpadEvent::finger

◆ x

float SDL_ControllerTouchpadEvent::x

◆ y

float SDL_ControllerTouchpadEvent::y

◆ pressure

float SDL_ControllerTouchpadEvent::pressure