mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 22:55:45 -04:00
Qt: Fix controller navigation for fullscreen UI
This commit is contained in:
@ -470,6 +470,12 @@ void CommonHostInterface::OnAchievementsRefreshed()
|
||||
|
||||
void CommonHostInterface::PollAndUpdate()
|
||||
{
|
||||
if (m_controller_interface)
|
||||
m_controller_interface->PollEvents();
|
||||
|
||||
if (m_fullscreen_ui_enabled)
|
||||
FullscreenUI::SetImGuiNavInputs();
|
||||
|
||||
#ifdef WITH_DISCORD_PRESENCE
|
||||
PollDiscordPresence();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user