Lower DEFAULTMOUSESENSITIVITY to 4

git-svn-id: https://svn.eduke32.com/eduke32@7123 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-10-25 23:32:57 +00:00
parent ed2f9f247b
commit 16c9a58daa
2 changed files with 2 additions and 3 deletions

View File

@ -49,8 +49,7 @@ extern "C" {
#define MAXJOYAXES 9
#define MAXJOYDIGITAL (MAXJOYAXES*2)
// default mouse sensitivity and scale
#define DEFAULTMOUSESENSITIVITY 7
// default mouse scale
#define DEFAULTMOUSEANALOGUESCALE 65536
// default joystick settings

View File

@ -54,7 +54,7 @@ extern "C" {
#define THRESHOLD 0x200
#define MINTHRESHOLD 0x80
#define DEFAULTMOUSESENSITIVITY 7 // 0x7000+MINIMUMMOUSESENSITIVITY
#define DEFAULTMOUSESENSITIVITY 4 // 0x7000+MINIMUMMOUSESENSITIVITY
#define INSTANT_ONOFF 0
#define TOGGLE_ONOFF 1