Author Topic: Mac mouse sensativty and window mode acceleration  (Read 2893 times)

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Mac mouse sensativty and window mode acceleration
« on: October 23, 2010, 12:59:11 pm »
Copied from another thread, but belongs here:

Why are there so many restoring mouse acceleration to: 0.875000 ???


Are you on a mac?  I have the same problem?


Yes I am!:)


Hm, I see.  So every time, while in windowed mode, you toggle the console that message appears?  And also does your sensitivity have to be set higher than when on a normal computer (35 win/lin -> 75 mac)?  These are the problems I have, easily work-around-able, but annoying non the less.


Thanks for any help/insight you can provide on this annoying message spam.

OhaiReapd

  • Guest
Re: Mac mouse sensativty and window mode acceleration
« Reply #1 on: October 23, 2010, 06:04:21 pm »
I use 30 sense.... I feel that it is normal. But yea, it shouldn't have to be that high. And I don't mind the mouse accel shit or whatever. I'm used to it.

Tamaru

  • Posts: 175
  • Turrets: +12/-23
Re: Mac mouse sensativty and window mode acceleration
« Reply #2 on: October 23, 2010, 10:22:08 pm »
same, i dont mind it.

and i think mine is at 45

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Mac mouse sensativty and window mode acceleration
« Reply #3 on: October 24, 2010, 05:33:27 pm »
Any idea what is causing this?  I don't like being spammed every time I press ~..

SlackerLinux

  • Spam Killer
  • *
  • Posts: 555
  • Turrets: +41/-62
Re: Mac mouse sensativty and window mode acceleration
« Reply #4 on: October 24, 2010, 11:57:09 pm »
http://svn.icculus.org/tremulous/trunk/src/sdl/sdl_input.c?view=markup

in static void IN_ActivateMouse( void ) change
Com_Printf("previous mouse acceleration: %f\n", originalMouseSpeed);
to
Com_DPrintf("previous mouse acceleration: %f\n", originalMouseSpeed);

and in static void IN_DeactivateMouse( void ) change
Com_Printf("restoring mouse acceleration to: %f\n", originalMouseSpeed);
to
Com_DPrintf("restoring mouse acceleration to: %f\n", originalMouseSpeed);

it only affects macs

Slackware64 13.1
SlackersQVM/

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Mac mouse sensativty and window mode acceleration
« Reply #5 on: October 26, 2010, 11:29:36 pm »
Awesome, thanks!

GeneralScott

  • Posts: 291
  • Turrets: +3/-8
Re: Mac mouse sensativty and window mode acceleration
« Reply #6 on: October 28, 2010, 07:27:20 pm »
-dksjlskgasgasdgassasdf-
« Last Edit: November 16, 2010, 11:34:00 pm by GeneralScott »