10#ifndef KEYBOARD_HANDLER_H
11#define KEYBOARD_HANDLER_H
77void keyPressed(
unsigned char key,
int x,
int y);
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
float zoomExcess
Additional zoom factor beyond the default.
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 for controlling the application.
Definition keyboard_handler.cpp:83