+ | Starting camera handling

This commit is contained in:
TheRedShip
2024-10-15 14:11:49 +02:00
parent 1c25a29c38
commit a006174ce5
6 changed files with 72 additions and 2 deletions

View File

@ -39,6 +39,8 @@ class Window
private:
GLFWwindow *_window;
RT::Vec2i _mousePos;
RT::Vec2i _prevMousePos;
RT::Vec2i _mouseDelta;
float _fps;