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

Unified Diff: ui/events/devices/input_device_manager.h

Issue 2805793002: ozone: evdev: Add gamepad support (Closed)
Patch Set: Created 3 years, 8 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
Index: ui/events/devices/input_device_manager.h
diff --git a/ui/events/devices/input_device_manager.h b/ui/events/devices/input_device_manager.h
index 83835ad854ab3c20ffb0181eff417bad135c8115..b6ebaeb8cf43e2c00b33afc0e91aba2ee5cfeb5a 100644
--- a/ui/events/devices/input_device_manager.h
+++ b/ui/events/devices/input_device_manager.h
@@ -31,6 +31,7 @@ class EVENTS_DEVICES_EXPORT InputDeviceManager {
const = 0;
virtual const std::vector<InputDevice>& GetMouseDevices() const = 0;
virtual const std::vector<InputDevice>& GetTouchpadDevices() const = 0;
+ virtual const std::vector<InputDevice>& GetGamepadDevices() const = 0;
virtual bool AreDeviceListsComplete() const = 0;
virtual bool AreTouchscreensEnabled() const = 0;

Powered by Google App Engine
This is Rietveld 408576698