zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_Finger Struct Reference

#include <SDL_touch.h>

Public Attributes

SDL_FingerID id
 
float pressure
 
float x
 
float y
 

Detailed Description

Definition at line 44 of file SDL_touch.h.

Member Data Documentation

SDL_FingerID SDL_Finger::id

Definition at line 46 of file SDL_touch.h.

Referenced by SDL_AddFinger(), and SDL_GetFingerIndex().

float SDL_Finger::pressure

Definition at line 49 of file SDL_touch.h.

Referenced by SDL_AddFinger(), and SDL_SendTouchMotion().

float SDL_Finger::x

Definition at line 47 of file SDL_touch.h.

Referenced by SDL_AddFinger(), SDL_SendTouch(), and SDL_SendTouchMotion().

float SDL_Finger::y

Definition at line 48 of file SDL_touch.h.

Referenced by SDL_AddFinger(), SDL_SendTouch(), and SDL_SendTouchMotion().


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