mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #1388 from Areloch/SDL_Scroll_Speed_Fix
SDL mouse wheel speed fix.
This commit is contained in:
commit
9782490894
3 changed files with 4 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ $pref::Input::KeyboardEnabled = 1;
|
|||
$pref::Input::MouseEnabled = 1;
|
||||
$pref::Input::JoystickEnabled = 0;
|
||||
$pref::Input::KeyboardTurnSpeed = 0.1;
|
||||
$pref::Input::MouseWheelSpeed = 120;
|
||||
|
||||
$sceneLighting::cacheSize = 20000;
|
||||
$sceneLighting::purgeMethod = "lastCreated";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue