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

Unified Diff: services/ui/input_devices/input_device_server.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
« no previous file with comments | « no previous file | services/ui/input_devices/input_device_server.cc » ('j') | ui/events/event.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/input_devices/input_device_server.h
diff --git a/services/ui/input_devices/input_device_server.h b/services/ui/input_devices/input_device_server.h
index a84651deafa8a5a5b35da7b5dfaf14a898c77b1f..0adf5f2cfcd886b873cc09f48ec547f8a01c894d 100644
--- a/services/ui/input_devices/input_device_server.h
+++ b/services/ui/input_devices/input_device_server.h
@@ -49,6 +49,7 @@ class InputDeviceServer
void OnTouchscreenDeviceConfigurationChanged() override;
void OnMouseDeviceConfigurationChanged() override;
void OnTouchpadDeviceConfigurationChanged() override;
+ void OnGamepadDeviceConfigurationChanged() override;
void OnDeviceListsComplete() override;
void OnStylusStateChanged(StylusState state) override;
« no previous file with comments | « no previous file | services/ui/input_devices/input_device_server.cc » ('j') | ui/events/event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698