Re: [osg-users] MultiTouchTrackballManipulator on windows 7, isMultiTouchEvent() is false

2012-01-05 Thread Stephan Huber
Hi,

Am 07.12.11 16:10, schrieb Hocine Zanzibar:
> Is MultiTouchTrackballManipulator supported on windows ?  Is there any 
> example of the correct use of MultiTouchTrackballManipulator ?

AFAIK multitouch support is missing for Win 7. You'll have to add
support for multitouch to GraphicsWindowWin32.

Cheers,
Stephan
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] MultiTouchTrackballManipulator on windows 7, isMultiTouchEvent() is false

2012-01-05 Thread Hocine Zanzibar
Hi,

I am working with osg 3.0.1 on windows 7, with a dual touch screen. I made a 
modification to the osg example “osgwindows” to use 
MultiTouchTrackballManipulator.

When I step on the code of MultiTouchTrackballManipulator::handle, my touch 
movement isn’t detected because GUIEventAdapter.isMultiTouchEvent() return 
false ie touchData.valid() is false.


Is MultiTouchTrackballManipulator supported on windows ?  Is there any example 
of the correct use of MultiTouchTrackballManipulator ?


Thank you!
Hocine

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=44271#44271





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org