]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Add a Quake Live-style mouse acceleration mode.
authorFrank <franparpe@franparpe.org>
Sun, 15 Mar 2020 01:43:41 +0000 (21:43 -0400)
committerRudolf Polzer <divVerent@gmail.com>
Sun, 15 Mar 2020 01:48:44 +0000 (21:48 -0400)
commitdf3580d9ff7e0aee1be56ffd2d4055a370ef35d9
treebe41c7eeea65fc04389f1309d7e424ac609a9fe5
parent83bdd42709b43836745d7ec9f0a3f61c356756c9
Add a Quake Live-style mouse acceleration mode.

Its cvars are m_accel_power*, and the cvar meanings are as close as possible
to the ezQuake implementation (as its source is available). Names differ though
due to conflicts with the current linear acceleration mode.

Original code by Frank <franparpe@franparpe.org>, cleanups by Rudolf Polzer <divVerent@xonotic.org>.
::stable-branch::merge=67692f92e177d44231df0d59833cee069e71eb9a
cl_input.c