Window resizing

This commit is contained in:
Ben
2019-10-19 14:07:20 +01:00
parent ea1982fca8
commit e13288a721
4 changed files with 59 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ public:
glm::mat4 GetViewMatrix();
glm::mat4 GetProjectionMatrix();
void UpdateProjection(int width, int height);
glm::vec3 GetPos();
void HandleMouse(SDL_Event e);