Files
dolphin/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
319 B
C++
Raw Normal View History

// Copyright 2017 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
2024-03-11 02:09:31 -05:00
#include "InputCommon/ControllerInterface/InputBackend.h"
namespace ciface::Win32
{
2024-03-11 02:09:31 -05:00
std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
} // namespace ciface::Win32