float cameraDistance
Distance of the camera from the target.
Definition keyboard_handler.cpp:28
bool paused
Flag to toggle simulation pause state.
Definition keyboard_handler.cpp:47
bool showOrbits
Flag to toggle orbital visibility.
Definition keyboard_handler.cpp:19
void zoom(bool out)
Adjusts the camera zoom level.
Definition keyboard_handler.cpp:56
int selectedElement
Index of the currently selected celestial body.
Definition keyboard_handler.cpp:38
void keyPressed(unsigned char key, int x, int y)
Handles keyboard input to control application features.
Definition keyboard_handler.cpp:83
Handles keyboard input for controlling the application.