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

@ -42,7 +42,6 @@ protected:
void ReleaseHostDisplay() override;
void RequestExit() override;
virtual void PollAndUpdate() override;
virtual bool CreatePlatformWindow(bool fullscreen) = 0;
virtual void DestroyPlatformWindow() = 0;