]> source.dussan.org Git - tigervnc.git/commit
Implement touch gesture handling on Unix
authorAaron Sowry <aaron@cendio.se>
Fri, 24 May 2019 00:00:47 +0000 (12:00 +1200)
committerNiko Lehto <nikle@cendio.se>
Fri, 29 May 2020 13:26:33 +0000 (15:26 +0200)
commit95ad018961f384f6e43c80c4f5473064a6f3aedd
tree67343e830dafe9eb1060da7f65c0183ca6fbd9ac
parentd71135b02bd47037e5c210dbf678815a880065ed
Implement touch gesture handling on Unix

Allows the user to perform certain important mouse operations using
touch gestures instead.
cmake/StaticBuild.cmake
tests/unit/CMakeLists.txt
tests/unit/gesturehandler.cxx [new file with mode: 0644]
vncviewer/BaseTouchHandler.cxx [new file with mode: 0644]
vncviewer/BaseTouchHandler.h [new file with mode: 0644]
vncviewer/CMakeLists.txt
vncviewer/GestureEvent.h [new file with mode: 0644]
vncviewer/GestureHandler.cxx [new file with mode: 0644]
vncviewer/GestureHandler.h [new file with mode: 0644]
vncviewer/XInputTouchHandler.cxx
vncviewer/XInputTouchHandler.h