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
+3
View File
@@ -5,6 +5,8 @@ target_sources(Engine
ComponentSystem.h
Executor.h
Executor.cpp
KeyboardInput.h
KeyboardInput.cpp
LightGather.h
LightGather.cpp
MeshUpdater.h
@@ -19,6 +21,7 @@ target_sources(Engine
CameraUpdater.h
ComponentSystem.h
Executor.h
KeyboardInput.h
LightGather.h
MeshUpdater.h
SystemBase.h