Input: make move handler dynamic

This commit is contained in:
Megamouse 2022-07-06 14:35:50 +02:00
parent 2bf17f5d3c
commit 639b8112b6
4 changed files with 27 additions and 23 deletions

View file

@ -81,7 +81,9 @@ EmuCallbacks main_application::CreateCallbacks()
ret->SetTargetWindow(m_game_window);
}
else
{
g_fxo->init<MouseHandlerBase, NullMouseHandler>(Emu.DeserialManager());
}
break;
}