|
SDL
2.0
|
#include <SDL_touch_c.h>
Collaboration diagram for SDL_Touch:Data Fields | |
| SDL_TouchID | id |
| int | num_fingers |
| int | max_fingers |
| SDL_Finger ** | fingers |
Definition at line 27 of file SDL_touch_c.h.
| SDL_Finger** SDL_Touch::fingers |
Definition at line 32 of file SDL_touch_c.h.
Referenced by SDL_AddFinger(), SDL_AddTouch(), SDL_DelFinger(), SDL_DelTouch(), SDL_GetFinger(), SDL_GetFingerIndex(), and SDL_GetTouchFinger().
| SDL_TouchID SDL_Touch::id |
Definition at line 29 of file SDL_touch_c.h.
Referenced by SDL_AddTouch(), SDL_GetTouchDevice(), and SDL_GetTouchIndex().
| int SDL_Touch::max_fingers |
Definition at line 31 of file SDL_touch_c.h.
Referenced by SDL_AddFinger(), SDL_AddTouch(), and SDL_DelTouch().
| int SDL_Touch::num_fingers |
Definition at line 30 of file SDL_touch_c.h.
Referenced by SDL_AddFinger(), SDL_AddTouch(), SDL_DelFinger(), SDL_GetFinger(), SDL_GetFingerIndex(), SDL_GetNumTouchFingers(), and SDL_GetTouchFinger().