InputCommon: Add Android InputBackend class.

This commit is contained in:
Jordan Woyak
2024-03-11 02:36:07 -05:00
parent 8583b6751a
commit a9a9fdd9e9
3 changed files with 28 additions and 19 deletions

View File

@ -3,11 +3,10 @@
#pragma once
#include "InputCommon/ControllerInterface/InputBackend.h"
namespace ciface::Android
{
void Init();
void Shutdown();
void PopulateDevices();
std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
} // namespace ciface::Android