Re: [wxVTK] Wheel mouse code update
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2007-10-18 15:08:31
|
Hi Philip, I am looking at your code, and I am not sure why you are doing this: ... + //Modifiers + shiftDown = event.ShiftDown(); + ctrlDown = event.ControlDown(); ... Isn't it a bit dangerous to store modifiers. Are you sure that it will work even after a OnLeave/OnEnter ? Why can't we check them again from OnMouseWheelIdle, are they lost ? Thanks, -Mathieu On 10/18/07, Nigel Nunn <nN...@au...> wrote: > Hi Philip, > > > I changed the wheel mouse code to accumulate wheelmouse events. > > This makes the wheel mouse more fluid. > > > > Philip Schuchardt > > > Thanks -- nice adjustment! > Nigel > > > -----Original Message----- > From: wxv...@li... > On Behalf Of Philip Schuchardt > Sent: Thursday, 18 October 2007 12:59 AM > To: wxVTK Mail List > Subject: [wxVTK] Wheel mouse code update > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > -- Mathieu |