ajout deplacement camera

This commit is contained in:
StratiX0
2024-04-03 12:15:53 +02:00
parent 5817867594
commit ea5619e2a0
5 changed files with 150 additions and 3 deletions

View File

@@ -38,6 +38,12 @@ public:
void KeyUp(unsigned int);
bool IsLeftArrowPressed();
bool IsRightArrowPressed();
bool IsAPressed();
bool IsDPressed();
bool IsWPressed();
bool IsSPressed();
bool IsQPressed();
bool IsEPressed();
bool IsKeyDown(unsigned int);