mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 00:38:34 +00:00
InputCommon: Add Win32 InputBackend class.
This commit is contained in:
parent
2ac59bf581
commit
341f99a3f1
5 changed files with 50 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue