Android.h 324 B

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