Re: [wxVTK] Wheel mouse support.
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2007-01-23 18:19:38
|
Fixed in CVS. Thanks ! For some reason I completely forgot I never implemented it in the cxx version of wxVTK, whereas I did it over 2 years ago in the python version: http://vtk.org/cgi-bin/viewcvs.cgi/Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py?r1=1.9&r2=1.10 -M BTW I changed your condition to match the one in python, please double check this is still working for you. $ cvs ci -m"ENH: New feature. Added MouseWheel event to wxVTK. Thanks to Philip Schuchardt for patch." Checking in wxVTKRenderWindowInteractor.cxx; /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.cxx,v <-- wxVTKRenderWindowInteractor.cxx new revision: 1.28; previous revision: 1.27 done Checking in wxVTKRenderWindowInteractor.h; /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.h,v <-- wxVTKRenderWindowInteractor.h new revision: 1.14; previous revision: 1.13 done On 1/23/07, Philip Schuchardt <oh...@vt...> wrote: > wxVTKRenderWindowInterator didn't have any wheel mouse support so I add it. > > I'm not very good with patch so I'm just attach the files. > > > Philip Schuchardt > > On Tuesday 23 January 2007 10:04 am, Mathieu Malaterre wrote: > > Hi Philip, > > > > I never realized you already posted to the list. What do you mean > > you added wheel support ? Do you mean this was not working on a > > particular OS ? Could you please send me the patch ? > > > > Thanks > > -M > > > > On 11/13/06, Philip Schuchardt <oh...@vt...> wrote: > > > Hey, > > > I have added wheel mouse support to my wxVTKRenderWindowInteractor.cxx > > > and .h files... I'm not sure if you want to add it to the project. > > > Where can I submit the code? I don't have the old style implemented... > > > > > > Philip > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job > > > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > Wxvtk-users mailing list > > > Wxv...@li... > > > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > > > -- Mathieu |