Ajout : scroll sur la camera

feat:

+ scroll fait bouger la camera en avant ou en arriere
+ scroll et clic droit, augmente ou diminue la vitesse de la camera
This commit is contained in:
StratiX0
2024-04-12 15:07:30 +02:00
parent 13729b62fc
commit d0d655781e
6 changed files with 64 additions and 9 deletions

View File

@@ -39,6 +39,8 @@ public:
void KeyUp(unsigned int);
bool IsLeftArrowPressed();
bool IsRightArrowPressed();
bool IsScrollUp();
bool IsScrollDown();
bool IsUpArrowPressed();
bool IsDownArrowPressed();
bool IsAPressed();