Add ChangeHostAction support

This commit is contained in:
pixl
2020-07-15 17:43:24 -04:00
parent d59daf86e2
commit 0928b39e03
4 changed files with 177 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ add_executable(logid
actions/CycleDPI.cpp
actions/ChangeDPI.cpp
actions/GestureAction.cpp
actions/ChangeHostAction.cpp
actions/gesture/Gesture.cpp
actions/gesture/ReleaseGesture.cpp
actions/gesture/IntervalGesture.cpp