summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/system/touchpad_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/system/touchpad_settings.h')
-rw-r--r--chrome/browser/chromeos/system/touchpad_settings.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/system/touchpad_settings.h b/chrome/browser/chromeos/system/touchpad_settings.h
new file mode 100644
index 0000000..acb940d
--- /dev/null
+++ b/chrome/browser/chromeos/system/touchpad_settings.h
@@ -0,0 +1,23 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_CHROMEOS_SYSTEM_TOUCHPAD_SETTINGS_H_
+#define CHROME_BROWSER_CHROMEOS_SYSTEM_TOUCHPAD_SETTINGS_H_
+#pragma once
+
+namespace chromeos {
+namespace system {
+namespace touchpad_settings {
+
+// Sets the touchpad sensitivity in range from 1 to 5.
+void SetSensitivity(int value);
+
+// Turns tap to click on / off.
+void SetTapToClick(bool enabled);
+
+} // namespace touchpad_settings
+} // namespace system
+} // namespace chromeos
+
+#endif // CHROME_BROWSER_CHROMEOS_SYSTEM_TOUCHPAD_SETTINGS_H_