feat: add fullscreen support

This commit is contained in:
2026-03-28 16:52:55 +08:00
parent a7c42f249d
commit f41e9f7757
3 changed files with 51 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ public:
GLFWwindow* get_glfw_window();
void init();
void update_viewport();
void toggle_fullscreen();
private:
float m_aspect;
GLFWwindow* m_window;