From 24128cad6973583f5ff26ff8853281a2ff752514 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 31 May 2015 11:51:41 +0200 Subject: ui: introduce options dialog Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog. --- opentrack/main-settings.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opentrack') diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 27f9ee06..c9b73675 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -27,7 +27,7 @@ struct main_settings : opts { axis_opts a_x, a_y, a_z, a_yaw, a_pitch, a_roll; value tcomp_p, tcomp_tz; value tray_enabled; - value camera_yaw, camera_pitch; + value camera_yaw, camera_pitch, camera_roll; value center_at_startup; main_settings() : opts("opentrack-ui"), @@ -46,6 +46,7 @@ struct main_settings : opts { tray_enabled(b, "use-system-tray", false), camera_yaw(b, "camera-yaw", 0), camera_pitch(b, "camera-pitch", 0), + camera_roll(b, "camera-roll", 0), center_at_startup(b, "center-at-startup", true) {} }; -- cgit v1.2.3