Menu

#1 WinXP Mouse Acceleration

open
nobody
5
2002-01-02
2002-01-02
No

in in_win.c there is something like this :

int originalmouseparms[3], newmouseparms[3] = {0, 0,
1};

just change the it to:

int originalmouseparms[3], newmouseparms[3] = {0, 0,
0};

compile, and done :)

Thanks CuBall (joerib@yahoo.com)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.