feat: rotation camera avec clic droit

This commit is contained in:
StratiX0
2024-04-08 14:34:24 +02:00
parent c5d2c0c42f
commit edc1cb63d7
5 changed files with 49 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ public:
void TurnLeft(bool);
void TurnRight(bool);
void TurnMouse(float, float);
void TurnMouse(float, float, bool);
void MoveCamera(bool, bool, bool, bool, bool, bool);
private: