SolarSim
Loading...
Searching...
No Matches
input_component.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace solarsim {
9 bool takeInput = true;
10
12 float movementSpeed = 100.0f;
13
15 float mouseSensitivity = 0.1f;
16 };
17}
Definition engine.cpp:23
Handles user input processing for entity control.
Definition input_component.hpp:7
bool takeInput
Definition input_component.hpp:9
float movementSpeed
Definition input_component.hpp:12
float mouseSensitivity
Definition input_component.hpp:15