Hi,
Currently ParaView doesn't support multi-touch input. I would start by
reading http://doc.qt.nokia.com/4.7/qtouchevent.html.

You can add support by extending pqRenderViewBase or
QVTKInteractorAdaptor to convert the touch events to current mouse
events.

If you want the ability to change what a touch event does, You might
want to look at extending the vtkCommands to include common touch
events like swipe, pinch, rotate and then making a custom interactor
just for touch events.


On Wed, Jul 6, 2011 at 10:02 AM, Terry Jordan <terry.jor...@netl.doe.gov> wrote:
>
> Does the latest version of ParaView support multi-touch input via Windows 7 
> or any other way?
> Thanks,
> Terry
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: 
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>



--
Robert Maynard
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to