Add ThresholdGesture.

This commit is contained in:
Michail Terezakis
2020-08-16 19:57:31 +03:00
parent c3419b9468
commit 3561b1f487
4 changed files with 104 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ add_executable(logid
actions/ChangeHostAction.cpp
actions/gesture/Gesture.cpp
actions/gesture/ReleaseGesture.cpp
actions/gesture/ThresholdGesture.cpp
actions/gesture/IntervalGesture.cpp
actions/gesture/AxisGesture.cpp
actions/gesture/NullGesture.cpp