mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Move DolphinQt2 to DolphinQt
This commit is contained in:
26
Source/Core/DolphinQt/Config/Mapping/MappingCommon.h
Normal file
26
Source/Core/DolphinQt/Config/Mapping/MappingCommon.h
Normal file
@ -0,0 +1,26 @@
|
||||
// Copyright 2017 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
class QString;
|
||||
class ControlReference;
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Core
|
||||
{
|
||||
class Device;
|
||||
class DeviceQualifier;
|
||||
}
|
||||
}
|
||||
|
||||
namespace MappingCommon
|
||||
{
|
||||
QString GetExpressionForControl(const QString& control_name,
|
||||
const ciface::Core::DeviceQualifier& control_device,
|
||||
const ciface::Core::DeviceQualifier& default_device);
|
||||
QString DetectExpression(ControlReference* reference, ciface::Core::Device* device,
|
||||
const ciface::Core::DeviceQualifier& default_device);
|
||||
}
|
Reference in New Issue
Block a user