Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: ui/ozone/public/input_controller.h

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul's comment Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ozone/public/input_controller.h
diff --git a/ui/ozone/public/input_controller.h b/ui/ozone/public/input_controller.h
index fbf5c0607618bf427bf1ef5fa8fe758b7172227a..e7fdaf7b998b2fbe797dcce746cee7c9ce471e2b 100644
--- a/ui/ozone/public/input_controller.h
+++ b/ui/ozone/public/input_controller.h
@@ -77,6 +77,9 @@ class OZONE_EXPORT InputController {
virtual void SetTapToClickPaused(bool state) = 0;
virtual void SetInternalTouchpadEnabled(bool enabled) = 0;
+ virtual bool IsInternalTouchpadEnabled() const = 0;
+
+ virtual void SetTouchscreensEnabled(bool enabled) = 0;
// If |enable_filter| is true, all keys on the internal keyboard except
// |allowed_keys| are disabled.

Powered by Google App Engine
This is Rietveld 408576698