From 50fe0fe059c0dd3af5acdfdfee144e10dc678157 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 11 Mar 2007 10:55:35 +0000 Subject: (svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map (in all directions) It has to be enabled first (in patches->interface) first and this will disable scrollwheel zooming Note: patch setting "Map scrollwheel speed" might need to be changed since the "correct" setting appears to depend on what kind of mouse is in use (mighty mouse or touchpad) --- src/variables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index 4607947d1..ef5e9b73c 100644 --- a/src/variables.h +++ b/src/variables.h @@ -221,6 +221,8 @@ struct Patches { /** YAPF settings */ YapfSettings yapf; + uint8 scrollwheel_scrolling; + uint8 scrollwheel_multiplier; }; VARDEF Patches _patches; -- cgit v1.2.3-54-g00ecf