mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
InputCommon: Improve input detection to produce buton combinations.
This commit is contained in:
@ -7,16 +7,12 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
|
||||
class QString;
|
||||
class OutputReference;
|
||||
class QPushButton;
|
||||
|
||||
namespace ciface::Core
|
||||
{
|
||||
class DeviceContainer;
|
||||
class DeviceQualifier;
|
||||
} // namespace ciface::Core
|
||||
|
||||
namespace MappingCommon
|
||||
{
|
||||
enum class Quote
|
||||
@ -37,4 +33,9 @@ QString DetectExpression(QPushButton* button, ciface::Core::DeviceContainer& dev
|
||||
|
||||
void TestOutput(QPushButton* button, OutputReference* reference);
|
||||
|
||||
void RemoveSpuriousTriggerCombinations(std::vector<ciface::Core::DeviceContainer::InputDetection>*);
|
||||
|
||||
QString BuildExpression(const std::vector<ciface::Core::DeviceContainer::InputDetection>&,
|
||||
const ciface::Core::DeviceQualifier& default_device, Quote quote);
|
||||
|
||||
} // namespace MappingCommon
|
||||
|
Reference in New Issue
Block a user