CommonHostInterface: Simplify fullscreen toggle

This commit is contained in:
Connor McLaughlin
2020-04-05 22:58:54 +10:00
parent bf6c1c4866
commit 11e8a91e30
4 changed files with 23 additions and 22 deletions

View File

@@ -120,8 +120,8 @@ private Q_SLOTS:
protected:
bool AcquireHostDisplay() override;
void ReleaseHostDisplay() override;
void SetFullscreen(bool enabled) override;
void ToggleFullscreen() override;
bool IsFullscreen() const override;
bool SetFullscreen(bool enabled) override;
std::optional<HostKeyCode> GetHostKeyCode(const std::string_view key_code) const override;