InputCommon: Add Quartz InputBackend class.

This commit is contained in:
Jordan Woyak
2024-03-11 01:31:30 -05:00
parent 9941c54911
commit 498584ac77
4 changed files with 21 additions and 18 deletions

View File

@ -3,8 +3,9 @@
#pragma once
#include "InputCommon/ControllerInterface/InputBackend.h"
namespace ciface::Quartz
{
void PopulateDevices(void* window);
void DeInit();
std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
} // namespace ciface::Quartz