(svn r9126) -Feature: "Function of scrollwheel" can now be set to off as well

Note: since this can be useful for all platforms, the GUI is no longer OSX specific.
  Note: scrolling lists is still unaffected by this setting
This commit is contained in:
bjarni
2007-03-11 21:53:46 +00:00
parent 3cf65b8a08
commit 4cc3551ef2
4 changed files with 11 additions and 9 deletions

View File

@@ -576,13 +576,11 @@ static const char *_patches_ui[] = {
"link_terraform_toolbar",
"liveries",
"prefer_teamchat",
#if defined(__APPLE__)
/* While the horizontal scrollwheel scrolling is written as general code, only
* the cocoa (OSX) driver generates input for it.
* Until some other driver will read this input, we will hide the GUI to control this from other systems. */
* Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */
"scrollwheel_scrolling",
"scrollwheel_multiplier",
#endif
};
static const char *_patches_construction[] = {