Adding basic keyboard input

This commit is contained in:
Dynamitos
2023-11-17 22:31:26 +01:00
parent 897eda18b0
commit ec760e8deb
18 changed files with 167 additions and 90 deletions
+2
View File
@@ -12,6 +12,8 @@ struct KeyboardInput
bool mouse2;
float mouseX;
float mouseY;
float deltaX;
float deltaY;
};
} // namespace Component
} // namespace Seele