From e10361a0eb0e84554a6d519af5b2c1206cbbf242 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 29 Aug 2007 08:20:04 +0000 Subject: (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 ) --- src/settings_gui.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 1802e2739..72066c7aa 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -650,6 +650,10 @@ static const char *_patches_ui[] = { * Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */ "scrollwheel_scrolling", "scrollwheel_multiplier", +#ifdef __APPLE__ + /* We might need to emulate a right mouse button on mac */ + "right_mouse_btn_emulation", +#endif "pause_on_newgame", "advanced_vehicle_list", "loading_indicators", -- cgit v1.2.3-54-g00ecf