PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Rudolf Furstauer on May 08, 2010, 03:10:23 PM

Title: mouse wheel
Post by: Rudolf Furstauer on May 08, 2010, 03:10:23 PM
Could I have the option to set the number of lines I roll with the mouse wheel?
For me, the three lines are far too little.

I want to earn more money with programming, so the mouse has to work faster.   ;D ;D

Thanks
Title: Re: mouse wheel
Post by: Rolf Brandt on May 08, 2010, 05:18:15 PM
Isn't that something you set in the Windows environment?
On a German system: Systemsteuerung->Maus

Title: Re: mouse wheel
Post by: Roger Garstang on May 09, 2010, 06:07:02 AM
Yeah, that is usually a mouse setting. Paul could modify how the delta is handled, etc...but then it would be against what the user has set and what they set could even make his change work incorrectly.
Title: Re: mouse wheel
Post by: Paul Squires on May 10, 2010, 03:18:40 PM
The code editor now honors the SystemParametersInfo %SPI_GETWHEELSCROLLLINES scroll setting.