mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-23 10:54:59 -05:00
InputCommon/OSX: Refactor IOKit controller interface
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
|
||||
#include <IOKit/hid/IOHIDLib.h>
|
||||
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
@@ -84,6 +86,8 @@ private:
|
||||
const IOHIDDeviceRef m_device;
|
||||
const std::string m_device_name;
|
||||
|
||||
void AddElements(CFArrayRef elements, std::set<IOHIDElementCookie>& cookies);
|
||||
|
||||
ForceFeedback::FFDeviceAdapterReference m_ff_device;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user