| 70 | |
| 71 | [[nodiscard]] bool isFullScreen() const { return m_bFullScreen; }; |
| 72 | void setFullScreen(const bool fullScreen) { m_bFullScreen = fullScreen; }; |
| 73 | |
| 74 | [[nodiscard]] bool isMaximized() const { return m_bMaximized; }; |
| 75 | void setMaximized(const bool maximized) { m_bMaximized = maximized; }; |
nothing calls this directly
no outgoing calls
no test coverage detected