From cbc7e936d97c71c0196f36915c31a4b0842cd400 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 6 Nov 2007 01:46:31 +0000 Subject: [PATCH] make mouse scroll wheel instant --- panda/src/osxdisplay/config_osxdisplay.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/osxdisplay/config_osxdisplay.cxx b/panda/src/osxdisplay/config_osxdisplay.cxx index 22bcc62617..212eddf6d2 100644 --- a/panda/src/osxdisplay/config_osxdisplay.cxx +++ b/panda/src/osxdisplay/config_osxdisplay.cxx @@ -49,7 +49,7 @@ ConfigVariableBool osx_disable_event_loop "app.")); ConfigVariableInt osx_mouse_wheel_scale -("osx-mouse-wheel-scale", 5, +("osx-mouse-wheel-scale", 1, PRC_DESC("Specify the number of units to spin the Mac mouse wheel to " "represent a single wheel_up or wheel_down message."));