Improvement to coordinate system

- Flip coordinate system for SwapChain passthrough
- Normalize MouseMoveEvent coordination
- Add RemoveSystem to Ecs
This commit is contained in:
Thraix
2023-05-23 13:02:21 +02:00
parent cd4abe6007
commit d817c3084d
12 changed files with 59 additions and 48 deletions
+3
View File
@@ -17,6 +17,9 @@ namespace Copium
GLFWwindow* window;
VkSurfaceKHR surface;
int width;
int height;
public:
Window(const std::string& windowName, int width, int height, WindowMode mode);
~Window();