summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-08-29 08:20:04 +0000
committerbjarni <bjarni@openttd.org>2007-08-29 08:20:04 +0000
commit97135f2b7e46e730bbac53572ec37b68d562ede2 (patch)
treed7fa5d349c7dc964b9c846e0b70a567357147c3b /src/variables.h
parent5e5d36d6b4c0d86abc9f8c346bda5254b7f8ba35 (diff)
downloadopenttd-97135f2b7e46e730bbac53572ec37b68d562ede2.tar.xz
(svn r10996) -Feature: [OSX] added more options for right click emulation (controlled from the interface tab in the patch window)
This only works with the cocoa drivers (you will use the cocoa drivers unless you manually switched to SDL and compiled yourself) Note: if control-click is selected, then the ingame control-click (like presignals and such) will be command-click Requested and tested by ln- (so he should be blamed if this goes wrong :P )
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index 1d3acfb1a..83b991574 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -225,6 +225,8 @@ struct Patches {
/** YAPF settings */
YapfSettings yapf;
+ uint8 right_mouse_btn_emulation;
+
uint8 scrollwheel_scrolling;
uint8 scrollwheel_multiplier;