mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
InputCommon: Use Clock from CommonTypes.
This commit is contained in:
parent
65726b7b5f
commit
e217d6c939
4 changed files with 3 additions and 8 deletions
|
@ -4,7 +4,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "InputCommon/ControllerInterface/CoreDevice.h"
|
||||
|
||||
|
@ -25,8 +24,7 @@ std::string BuildExpression(const Core::InputDetector::Results&,
|
|||
const Core::DeviceQualifier& default_device, Quote quote);
|
||||
|
||||
void RemoveSpuriousTriggerCombinations(Core::InputDetector::Results*);
|
||||
void RemoveDetectionsAfterTimePoint(Core::InputDetector::Results*,
|
||||
Core::DeviceContainer::Clock::time_point after);
|
||||
void RemoveDetectionsAfterTimePoint(Core::InputDetector::Results*, Clock::time_point after);
|
||||
bool ContainsCompleteDetection(const Core::InputDetector::Results&);
|
||||
|
||||
} // namespace ciface::MappingCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue