#include <gestureDetector.hpp>
Definition at line 81 of file gestureDetector.hpp.
◆ DoubletapDetector()
ndk_helper::DoubletapDetector::DoubletapDetector |
( |
| ) |
|
◆ ~DoubletapDetector()
virtual ndk_helper::DoubletapDetector::~DoubletapDetector |
( |
| ) |
|
|
inlinevirtual |
◆ Detect()
GESTURE_STATE ndk_helper::DoubletapDetector::Detect |
( |
const AInputEvent * |
motion_event | ) |
|
|
virtual |
◆ SetConfiguration()
void ndk_helper::DoubletapDetector::SetConfiguration |
( |
AConfiguration * |
config | ) |
|
|
virtual |
◆ tap_detector_
TapDetector ndk_helper::DoubletapDetector::tap_detector_ |
|
private |
◆ last_tap_time_
int64_t ndk_helper::DoubletapDetector::last_tap_time_ {0} |
|
private |
◆ last_tap_x_
float ndk_helper::DoubletapDetector::last_tap_x_ {0.0f} |
|
private |
◆ last_tap_y_
float ndk_helper::DoubletapDetector::last_tap_y_ {0.0f} |
|
private |
The documentation for this class was generated from the following files: