SDL  2.0
SDL_Touch Struct Reference

#include <SDL_touch_c.h>

+ Collaboration diagram for SDL_Touch:

Data Fields

SDL_TouchID id
 
int num_fingers
 
int max_fingers
 
SDL_Finger ** fingers
 

Detailed Description

Definition at line 27 of file SDL_touch_c.h.

Field Documentation

◆ fingers

◆ id

SDL_TouchID SDL_Touch::id

Definition at line 29 of file SDL_touch_c.h.

Referenced by SDL_AddTouch(), SDL_GetTouchDevice(), and SDL_GetTouchIndex().

◆ max_fingers

int SDL_Touch::max_fingers

Definition at line 31 of file SDL_touch_c.h.

Referenced by SDL_AddFinger(), SDL_AddTouch(), and SDL_DelTouch().

◆ num_fingers


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