]> git.xonotic.org Git - xonotic/darkplaces.git/commit
kill mouse accel using IOHIDSetAccelerationWithKey(mouseDev, CFSTR(kIOHIDMouseAcceler...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 May 2007 09:19:52 +0000 (09:19 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 19 May 2007 09:19:52 +0000 (09:19 +0000)
commitf0757fc81effdb25efebd8b74750045ae227b4aa
tree7547b37f15e946a80f2d288d293cdc3e407fde1b
parentb567e6b27ee4224ea24b0f5df2c0a077a3c3b637
kill mouse accel using IOHIDSetAccelerationWithKey(mouseDev, CFSTR(kIOHIDMouseAccelerationType), -1.0) instead, this is what System Preferences uses (otherwise, mouse accel doesn't get restored right on exit)

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