* Removed the pretty useless "Multifinger scrolling" option - it's now always

the same as the two finger scrolling option (could be disabled, too, opinions
  welcome).
* Added a new settings to disable horizontal two finger scrolling, since it's
  not that easy to only scroll in one direction with this. Maybe a higher
  starting boundary would also be an option for this instead, Clemens what do
  you think?
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33468 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-06 14:30:57 +00:00
parent a75c97c3ad
commit fc548b41f3
6 changed files with 37 additions and 26 deletions
@@ -549,8 +549,8 @@ status_t
MouseDevice::_ReadTouchpadSettingsMsg(BMessage* message)
{
message->FindBool("scroll_twofinger", &fTouchpadSettings.scroll_twofinger);
message->FindBool("scroll_multifinger",
&fTouchpadSettings.scroll_multifinger);
message->FindBool("scroll_twofinger_horizontal",
&fTouchpadSettings.scroll_twofinger_horizontal);
message->FindFloat("scroll_rightrange",
&fTouchpadSettings.scroll_rightrange);
message->FindFloat("scroll_bottomrange",