]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Add a Quake Live-style mouse acceleration mode.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 15 Mar 2020 01:45:25 +0000 (01:45 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 15 Mar 2020 01:45:25 +0000 (01:45 +0000)
commitc86f199b83d6e60a28de0ad2509319db7408ba60
tree71d00248ed47d03ab6374b9150b943293f19e31e
parentf96918f02808e35a2cd94885003c24a145be5bb9
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>.

From: Frank <franparpe@franparpe.org>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12523 d7cf8633-e32d-0410-b094-e92efae38249
cl_input.c