From 9518808799cd34f3cd1497cdac5c163c1cbaf72b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Feb 2024 16:06:47 +0100 Subject: add post-invert, rename invert to pre-invert Requested by: a few people --- spline/axis-opts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spline/axis-opts.hpp') diff --git a/spline/axis-opts.hpp b/spline/axis-opts.hpp index b389f4b9..437a5faa 100644 --- a/spline/axis-opts.hpp +++ b/spline/axis-opts.hpp @@ -55,7 +55,7 @@ public: bundle b_mapping_window{ make_bundle(axis_ == Axis(-1) ? QString() : "opentrack-mappings") }; value zero; value src; - value invert, altp; + value invert_pre, invert_post, altp; value clamp_x_, clamp_y_; double max_clamp_x() const { return std::fabs(clamp_x_.to()); } double max_clamp_y() const { return std::fabs(clamp_y_.to()); } -- cgit v1.2.3