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
commite10361a0eb0e84554a6d519af5b2c1206cbbf242 (patch)
treed7fa5d349c7dc964b9c846e0b70a567357147c3b /src/variables.h
parent2179faf5c82c2eca3aeeaf7f08fa0f18ad4772c1 (diff)
downloadopenttd-e10361a0eb0e84554a6d519af5b2c1206cbbf242.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;