ControllerInterface: enable hotplugging on macOS

This commit is contained in:
Michael Maltese
2016-10-17 23:00:11 -07:00
parent a3d2dead76
commit 7ed8fb95c5
6 changed files with 117 additions and 16 deletions

View File

@ -78,6 +78,7 @@ public:
std::string GetName() const override;
std::string GetSource() const override;
bool IsSameDevice(const IOHIDDeviceRef) const;
private:
const IOHIDDeviceRef m_device;