mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Added fullscreen funtion
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
void Clear();
|
||||
//呈现窗口
|
||||
void Present();
|
||||
|
||||
bool setFullscreen(bool isFullscreen);
|
||||
|
||||
SDL_Renderer* GetRenderer();
|
||||
SDL_Window* GetWindow();
|
||||
@@ -25,5 +25,5 @@ private:
|
||||
SDL_Renderer* m_renderer;
|
||||
int m_width;
|
||||
int m_height;
|
||||
|
||||
bool m_isFullscreen = false;
|
||||
};
|
||||
Reference in New Issue
Block a user