|
arsa
2.7
|
#include <SDL_touch.h>
Public Attributes | |
| SDL_FingerID | id |
| float | x |
| float | y |
| float | pressure |
Definition at line 52 of file SDL_touch.h.
| SDL_FingerID SDL_Finger::id |
Definition at line 54 of file SDL_touch.h.
| float SDL_Finger::pressure |
Definition at line 57 of file SDL_touch.h.
| float SDL_Finger::x |
Definition at line 55 of file SDL_touch.h.
| float SDL_Finger::y |
Definition at line 56 of file SDL_touch.h.
1.8.15