30 mutable std::shared_mutex m_mutex;
32 double m_mouse_sensitivity{0.2};
Class to hold the settings of the application.
Definition: Settings.hpp:12
double mouseSensitivity() const
Definition: Settings.cpp:17
Settings(Settings &&other)=delete
~Settings()
Definition: Settings.cpp:7
void setMouseSensitivity(double sensitivity)
Definition: Settings.cpp:11
Settings()
Definition: Settings.cpp:3
Settings & operator=(Settings &other)=delete
Settings(Settings &other)=delete
Settings & operator=(Settings &&other)=delete