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

Side by Side Diff: ui/events/ozone/gamepad/generic_gamepad_mapping.h

Issue 2899893003: Add generic mapping for gamepad (Closed)
Patch Set: Add generic mapping for gamepad Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_EVENTS_OZONE_GENERIC_GAMEPAD_GAMEPAD_MAPPING_H_
6 #define UI_EVENTS_OZONE_GENERIC_GAMEPAD_GAMEPAD_MAPPING_H_
7
8 #include <vector>
9 #include "ui/events/ozone/evdev/events_ozone_evdev_export.h"
10 #include "ui/events/ozone/gamepad/gamepad_mapping.h"
11
12 namespace ui {
13
14 class EventDeviceInfo;
15
16 std::unique_ptr<GamepadMapper> EVENTS_OZONE_EVDEV_EXPORT
17 BuildGenericGamepadMapper(const EventDeviceInfo& info);
18
19 } // namespace ui
20
21 #endif // UI_EVENTS_OZONE_GENERIC_GAMEPAD_GAMEPAD_MAPPING_H_
OLDNEW
« no previous file with comments | « ui/events/ozone/gamepad/gamepad_mapping.cc ('k') | ui/events/ozone/gamepad/generic_gamepad_mapping.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698