Qt: Fix controller navigation for fullscreen UI

This commit is contained in:
Connor McLaughlin
2021-02-27 01:17:44 +10:00
parent d6b8a80eb7
commit b4e4e5891d
5 changed files with 6 additions and 20 deletions

View File

@ -651,14 +651,6 @@ void* QtHostInterface::GetTopLevelWindowHandle() const
return reinterpret_cast<void*>(m_main_window->winId());
}
void QtHostInterface::PollAndUpdate()
{
CommonHostInterface::PollAndUpdate();
if (m_controller_interface)
m_controller_interface->PollEvents();
}
void QtHostInterface::RequestExit()
{
emit exitRequested();