(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 )
This commit is contained in:
bjarni
2007-08-29 08:20:04 +00:00
parent 5e5d36d6b4
commit 97135f2b7e
5 changed files with 36 additions and 6 deletions

View File

@@ -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",