[vtkusers] Mouse Gestures

David Gobbi david.gobbi at gmail.com
Mon Nov 15 16:59:08 EST 2010


On Mon, Nov 15, 2010 at 2:37 PM, imran khan <khan.imranh at gmail.com> wrote:
> I was wondering if there is any support for mouse gestures in vtk. I have an
> imaging application that has playback control needs. Rather
> than implement buttons I was hoping to implement it through gestures.

It's not quite the same thing, but someone made a patch for
multi-touch trackpad gestures.  The original patch (against VTK 5.6)
can be found here:
http://sites.google.com/site/pierrefillard/coding-blog/multi-touchgesturesinvtk

I created a git branch for it that can work with VTK-devel:
http://github.com/dgobbi/VTK/tree/multi-touch
http://github.com/dgobbi/VTK/commit/e0b3c435

It works with the Qt and OS X gesture APIs.

  David



More information about the vtkusers mailing list