Win32.h 319 B

123456789101112
  1. // Copyright 2017 Dolphin Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "InputCommon/ControllerInterface/InputBackend.h"
  5. namespace ciface::Win32
  6. {
  7. std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
  8. } // namespace ciface::Win32