mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
InputCommon: Support detecting combinations of inputs. (Hotkeys)
This commit is contained in:
@ -194,7 +194,7 @@ public:
|
||||
|
||||
bool HasConnectedDevice(const DeviceQualifier& qualifier) const;
|
||||
|
||||
std::pair<std::shared_ptr<Device>, Device::Input*>
|
||||
std::vector<std::pair<std::shared_ptr<Device>, Device::Input*>>
|
||||
DetectInput(u32 wait_ms, const std::vector<std::string>& device_strings) const;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user