#include "config.h"#include "GestureRecognizer.h"#include <math.h>
Go to the source code of this file.
Namespaces | |
| namespace | WebCore |
Defines | |
| #define | DEFAULT_MIN_DIST_FOR_TOUCH_POINTS 120 |
| Default value for touch point minimum distance. | |
| #define DEFAULT_MIN_DIST_FOR_TOUCH_POINTS 120 |
Default value for touch point minimum distance.
Valid touch points are calculated by merging touch points that are too close to each other. This value is the default minimum distance for "too close to each other".
Definition at line 13 of file GestureRecognizer.cpp.
1.6.2-20100208