* 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:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2001-2008, Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2001-2009, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef TOUCHPAD_SETTINGS_H
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
typedef struct {
|
||||
bool scroll_twofinger;
|
||||
bool scroll_multifinger;
|
||||
bool scroll_twofinger_horizontal;
|
||||
float scroll_rightrange; // from 0 to 1
|
||||
float scroll_bottomrange; // from 0 to 1
|
||||
uint16 scroll_xstepsize;
|
||||
|
||||
Reference in New Issue
Block a user