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

Unified Diff: ui/events/ozone/evdev/event_converter_evdev.h

Issue 397063004: wip: not complete. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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
« no previous file with comments | « ui/aura/window_tree_host_x11.cc ('k') | ui/events/ozone/evdev/event_converter_evdev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/event_converter_evdev.h b/ui/events/ozone/evdev/event_converter_evdev.h
index ebc36fcc5a277da0045aaf143a1ac3f74760dcc8..e580dd9c9046f2868260939dddcc6b089dd9f320 100644
--- a/ui/events/ozone/evdev/event_converter_evdev.h
+++ b/ui/events/ozone/evdev/event_converter_evdev.h
@@ -30,6 +30,10 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdev {
// Stop converting events.
virtual void Stop() = 0;
+ // What kind of device am I?
+ virtual bool HasIndirectTouch();
+ virtual bool HasRelXY();
+
protected:
// Dispatches an event using the dispatch-callback set using
// |SetDispatchCalback()|.
« no previous file with comments | « ui/aura/window_tree_host_x11.cc ('k') | ui/events/ozone/evdev/event_converter_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698