summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-01-16 23:48:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-01-23 14:16:34 +0100
commit8a2116626fcc1e8a87f3152cbd1b3f260a71c14d (patch)
treec2cd7bd7a0f966e12ab43f73e708c31a45ac99c7 /opentrack/main-window.hpp
parentd48984e05638c3927a05b535c5c45e9750aef781 (diff)
add compact video feed
Diffstat (limited to 'opentrack/main-window.hpp')
-rw-r--r--opentrack/main-window.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/opentrack/main-window.hpp b/opentrack/main-window.hpp
index 1dcbd0eb..322c74c5 100644
--- a/opentrack/main-window.hpp
+++ b/opentrack/main-window.hpp
@@ -118,6 +118,9 @@ public:
void show_pose();
void show_pose_(const double* mapped, const double* raw);
void set_title(const QString& game_title = QString());
+#ifdef UI_COMPACT_VIDEO_FEED
+ void toggle_video_preview(bool value);
+#endif
void start_tracker_();
void stop_tracker_();