summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
diff options
context:
space:
mode:
authorTechjar <tecknojar@gmail.com>2020-06-01 16:59:45 -0400
committerTechjar <tecknojar@gmail.com>2020-09-08 18:52:15 -0400
commit8423f848d0d8c4846fcc2eac186131ef44e6d249 (patch)
treec62677a20b7d25e5b8152141b394fd6637616bef /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
parent67761c7d313193d88d5262483aaeda5e47f0980f (diff)
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.h1
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"; }