InputCommon: Add Win32 InputBackend class.

This commit is contained in:
Jordan Woyak 2024-03-11 02:09:31 -05:00
parent 2ac59bf581
commit 341f99a3f1
5 changed files with 50 additions and 29 deletions

View file

@ -16,6 +16,10 @@ void InputBackend::UpdateInput(std::vector<std::weak_ptr<ciface::Core::Device>>&
{
}
void InputBackend::HandleWindowChange()
{
}
ControllerInterface& InputBackend::GetControllerInterface()
{
return m_controller_interface;