Skip to content

Fix windows multitouch gesture recognition

Lucas Gandel requested to merge LucasGandelKitware/vtk:win32-multitouch into master

Make sure RecognizeGesture is called when a touch event is received to allow firing multitouch events (pan, pinch, rotate).

Use the last event position when panning to avoid translation when fingers are not moving.

Merge request reports

Loading