Minor improvements to Pipeline and Window

This commit is contained in:
Thraix
2024-10-01 19:46:56 +02:00
parent 7cfb38163b
commit b256b90abb
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ namespace Copium
GLFWwindow* GetWindow();
void GrabMouse(bool grap);
bool IsMouseGrabbed() const;
private:
void InitializeWindow(const std::string& windowName, int width, int height, WindowMode mode);