Add OnInterval/OnFewPixels gesture

This commit is contained in:
pixl
2020-07-11 20:28:00 -04:00
parent de8e453bd3
commit ecfd03fd21
5 changed files with 148 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ add_executable(logid
actions/GestureAction.cpp
actions/gesture/Gesture.cpp
actions/gesture/ReleaseGesture.cpp
actions/gesture/IntervalGesture.cpp
backend/Error.cpp
backend/raw/DeviceMonitor.cpp
backend/raw/RawDevice.cpp