diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2020-09-20 09:28:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-20 09:28:09 -0500 |
| commit | 50b5224d0628ff15af12c169304a5bebd50c7913 (patch) | |
| tree | 26832bf3f6c66e8c4eb00bb29bebaf1d6239f3e9 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | |
| parent | c9a1134dd6b7038ea16deae20d3c9fa21da76407 (diff) | |
| parent | 8423f848d0d8c4846fcc2eac186131ef44e6d249 (diff) | |
Merge pull request #8840 from Techjar/evdev-combining-phys
ControllerInterface: Combine evdev devices with the same physical location in addition to unique ID
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h index 3c60e2cb57..f37c7c78d0 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h @@ -82,6 +82,7 @@ public: bool AddNode(std::string devnode, int fd, libevdev* dev); const char* GetUniqueID() const; + const char* GetPhysicalLocation() const; std::string GetName() const override { return m_name; } std::string GetSource() const override { return "evdev"; } |
