Author Topic: Mouse Zooming choppy  (Read 1580 times)

Offline Invelios

  • Jr. Member Mark III
  • **
  • Posts: 88
Mouse Zooming choppy
« on: November 16, 2010, 01:30:40 am »
Whenever I zoom with the mouse, the view moves between increments in a really choppy manner that really bugs me. When I zoom with the Keyboard using Page Up/Down, it looks really nice and smooth. I prefer using the mouse to zoom, but I would like the smooth zooming that using the keyboard gives. Is there any way to make the mouse zooming smooth like keyboard zooming?

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Mouse Zooming choppy
« Reply #1 on: November 16, 2010, 08:47:49 am »
You can adjust the mouse move speed and number of increments in the settings, and see if you get something you like. But it will never get the same as the keyboard exactly, it would just get more "floaty" when it gets smoother. This is because the movement of your finger on the mouse wheel causes very intermediate input: every time the mouse wheel clicks, it's sending data to the computer, but between that there's no info sent. So instead of one continuous stream of keydown data as withthe keyboard, you get single events once or twice per second at most. We have options for smoothing between those events, but it winds up making it floaty.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Arcain_One

  • Jr. Member
  • **
  • Posts: 51
Re: Mouse Zooming choppy
« Reply #2 on: November 16, 2010, 10:09:02 am »
The problem that I have noticed is that it has a different speed zooming in as zooming out and the problem is compounded when I change the settings, makes it quite frustrating. [Do note that I have submitted a mantis report some time ago]
Quote from: keith.lamothe
In general, the level of complaining is driving Developer-Progress up and we're considering launching a wave ;)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Mouse Zooming choppy
« Reply #3 on: November 16, 2010, 10:37:17 am »
Yeah, that's the sort of bug we're going to be looking at starting next week: http://www.arcengames.com/forums/index.php/topic,7533.0.html
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Invelios

  • Jr. Member Mark III
  • **
  • Posts: 88
Re: Mouse Zooming choppy
« Reply #4 on: November 16, 2010, 08:12:56 pm »
ah, ok. Well I actually missed one of the options in the settings window that makes it so using the keyboard zooms in on the mouse, which is one of the reasons I wanted to use the mouse. And the other was that my Page Up/Down buttons are in a weird location on my laptop, but I just replaced the Q and W bindings with zoom in/out, since i never used the pre-defined ones anyways. So I kinda solved my own problem after looking around a bit.

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Mouse Zooming choppy
« Reply #5 on: November 16, 2010, 08:27:24 pm »
Great!  Glad that worked out, in any case.  We'll still be looking at the other thing next week anyhow. :)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!