SDL  2.0
SDL_Finger Struct Reference

#include <SDL_touch.h>

Data Fields

SDL_FingerID id
 
float x
 
float y
 
float pressure
 

Detailed Description

Definition at line 52 of file SDL_touch.h.

Field Documentation

◆ id

SDL_FingerID SDL_Finger::id

Definition at line 54 of file SDL_touch.h.

◆ pressure

float SDL_Finger::pressure

Definition at line 57 of file SDL_touch.h.

◆ x

float SDL_Finger::x

Definition at line 55 of file SDL_touch.h.

◆ y

float SDL_Finger::y

Definition at line 56 of file SDL_touch.h.


The documentation for this struct was generated from the following file: