Skip to content

Commit

Permalink
Unify touch handling into a common class
Browse files Browse the repository at this point in the history
For both the old canvas view and the new controller, to avoid
duplicating the upcoming logic for touch gesture actions.
  • Loading branch information
askmeaboutlo0m committed Sep 27, 2024
1 parent 369c525 commit 2b5c177
Show file tree
Hide file tree
Showing 7 changed files with 614 additions and 811 deletions.
2 changes: 2 additions & 0 deletions src/desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ target_sources(drawpile PRIVATE
utils/qtguicompat.h
utils/recents.cpp
utils/recents.h
utils/touchhandler.cpp
utils/touchhandler.h
utils/widgetutils.cpp
utils/widgetutils.h
view/canvascontroller.cpp
Expand Down
Loading

0 comments on commit 2b5c177

Please sign in to comment.