mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Lower DEFAULTMOUSESENSITIVITY to 4
git-svn-id: https://svn.eduke32.com/eduke32@7123 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ed2f9f247b
commit
16c9a58daa
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue