mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
* OS X/SDL mouse sensitivity fix
This commit is contained in:
parent
ef19ccd56f
commit
1911b2a45a
1 changed files with 4 additions and 0 deletions
|
@ -1282,7 +1282,11 @@ void IN_Init(void) {
|
|||
in_joystickDebug = Cvar_Get ("in_debugjoystick", "0", CVAR_TEMP);
|
||||
joy_threshold = Cvar_Get ("joy_threshold", "0.15", CVAR_ARCHIVE); // FIXME: in_joythreshold
|
||||
|
||||
#ifdef MACOS_X
|
||||
Cvar_Set( "cl_platformSensitivity", "1.0" );
|
||||
#else
|
||||
Cvar_Set( "cl_platformSensitivity", "2.0" );
|
||||
#endif
|
||||
|
||||
if (in_mouse->value)
|
||||
mouse_avail = qtrue;
|
||||
|
|
Loading…
Reference in a new issue