#include <mmsinputgesture.h>
Public Member Functions | |
| MMSInputGesture (int sensitivity=30) | |
| ~MMSInputGesture () | |
| void | addInfo (MMSInputEvent *event) |
| void | reset () |
| MMSINPUTGESTURE | guess () |
Private Attributes | |
| int | dx |
| int | dy |
| int | threshold |
Definition at line 46 of file mmsinputgesture.h.
| MMSInputGesture::MMSInputGesture | ( | int | sensitivity = 30 |
) |
Definition at line 36 of file mmsinputgesture.cpp.
| MMSInputGesture::~MMSInputGesture | ( | ) |
Definition at line 42 of file mmsinputgesture.cpp.
| void MMSInputGesture::addInfo | ( | MMSInputEvent * | event | ) |
Definition at line 46 of file mmsinputgesture.cpp.
| void MMSInputGesture::reset | ( | ) |
Definition at line 51 of file mmsinputgesture.cpp.
| MMSINPUTGESTURE MMSInputGesture::guess | ( | ) |
Definition at line 56 of file mmsinputgesture.cpp.
int MMSInputGesture::dx [private] |
Definition at line 57 of file mmsinputgesture.h.
int MMSInputGesture::dy [private] |
Definition at line 58 of file mmsinputgesture.h.
int MMSInputGesture::threshold [private] |
Definition at line 59 of file mmsinputgesture.h.