31 #include "Utilities/ECS/Component.h" 32 #include "Core/Event/Events/KeyEvent.h" 42 void BindMovement(KeyCode forward, KeyCode left, KeyCode back, KeyCode right);
43 void BindMovement(KeyCode forward, KeyCode left, KeyCode back, KeyCode right, KeyCode up, KeyCode down);
45 void BindHorizontalRotation();
46 void BindVerticalRotation();
Definition: Application.cpp:49