News:

Come Chat with us live! Learn how HERE!

Main Menu

Mac mouse sensativty and window mode acceleration

Started by Kiwi, October 23, 2010, 12:59:11 PM

Kiwi

Copied from another thread, but belongs here:

Quote from: Kiwi on October 23, 2010, 12:51:57 PM
Quote from: OhaiReapd on October 23, 2010, 04:47:35 AM
Quote from: Kiwi on October 23, 2010, 03:19:09 AM
Quote from: OhaiReapd on October 19, 2010, 11:06:02 PM
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

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.


Kiwi

Any idea what is causing this?  I don't like being spammed every time I press ~..

SlackerLinux

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/


GeneralScott

#6
-dksjlskgasgasdgassasdf-