summaryrefslogtreecommitdiffhomepage
path: root/tracker-tobii-eyex/tobii-settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-tobii-eyex/tobii-settings.hpp')
-rw-r--r--tracker-tobii-eyex/tobii-settings.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tracker-tobii-eyex/tobii-settings.hpp b/tracker-tobii-eyex/tobii-settings.hpp
index a486306d..49b9cae8 100644
--- a/tracker-tobii-eyex/tobii-settings.hpp
+++ b/tracker-tobii-eyex/tobii-settings.hpp
@@ -23,10 +23,10 @@ struct settings final : public opts
{
value<tobii_mode> mode { b, "mode", tobii_snap };
- value<slider_value> snap_speed {b, "snap-speed", slider_value(.1, .05, 1)},
- snap_inv_dz {b, "snap-screen-edge-length", slider_value(.35, .1, .5)};
- value<slider_value> acc_speed {b, "acc-speed", slider_value(.1, .05, 1)},
- acc_dz_len {b, "acc-screen-edge-length", slider_value(.1, .1, 1)};
+ value<slider_value> snap_speed {b, "snap-speed", { .1, .05, 1 }},
+ snap_inv_dz {b, "snap-screen-edge-length", { .35, .1, .5 }};
+ value<slider_value> acc_speed {b, "acc-speed", { .1, .05, 1 }},
+ acc_dz_len {b, "acc-screen-edge-length", { .1, .1, 1 }};
value<max_yaw> snap_yaw {b, "snap-max-yaw", y20},
acc_yaw {b, "acc-max-yaw", y20};
value<max_pitch> snap_pitch {b, "snap-max-pitch", p15},