|
SDL
2.0
|
Collaboration diagram for SDL_DollarPath:Data Fields | |
| float | length |
| int | numPoints |
| SDL_FloatPoint | p [MAXPATHSIZE] |
Definition at line 50 of file SDL_gesture.c.
| float SDL_DollarPath::length |
Definition at line 51 of file SDL_gesture.c.
Referenced by dollarNormalize(), and SDL_GestureProcessEvent().
| int SDL_DollarPath::numPoints |
Definition at line 53 of file SDL_gesture.c.
Referenced by dollarNormalize(), and SDL_GestureProcessEvent().
| SDL_FloatPoint SDL_DollarPath::p[MAXPATHSIZE] |
Definition at line 54 of file SDL_gesture.c.
Referenced by dollarNormalize(), and SDL_GestureProcessEvent().