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:
@@ -39,6 +39,8 @@ public:
|
||||
void KeyUp(unsigned int);
|
||||
bool IsLeftArrowPressed();
|
||||
bool IsRightArrowPressed();
|
||||
bool IsScrollUp();
|
||||
bool IsScrollDown();
|
||||
bool IsUpArrowPressed();
|
||||
bool IsDownArrowPressed();
|
||||
bool IsAPressed();
|
||||
|
||||
Reference in New Issue
Block a user