浏览代码

make mouse scroll wheel instant

David Rose 18 年之前
父节点
当前提交
cbc7e936d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/osxdisplay/config_osxdisplay.cxx

+ 1 - 1
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."));