diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-09 19:14:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-10 05:01:33 +0200 |
commit | ef1b350512efc5218f5b127a30ee497be89df972 (patch) | |
tree | ee98cee1795ab94d2c696f69507edf74aa7482f1 /tracker-pt/pt-api.hpp | |
parent | 448f39a4e144d7c01911aa84375dfa4f24ba44a1 (diff) |
tracker/{pt-base,trackhat}: add variable deadzone factortrackhat-opentrack-2.0
Diffstat (limited to 'tracker-pt/pt-api.hpp')
-rw-r--r-- | tracker-pt/pt-api.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/pt-api.hpp b/tracker-pt/pt-api.hpp index 1a6444e5..15021ff3 100644 --- a/tracker-pt/pt-api.hpp +++ b/tracker-pt/pt-api.hpp @@ -98,6 +98,7 @@ struct pt_camera virtual void set_fov(f value) = 0; virtual void show_camera_settings() = 0; + virtual f deadzone_amount() const { return 1; } }; struct pt_point_extractor : pt_pixel_pos_mixin |