rework interactions

This commit is contained in:
galister
2024-02-04 14:23:28 +01:00
parent e846014a88
commit 82f53e6668
15 changed files with 201 additions and 102 deletions

View File

@@ -77,7 +77,6 @@ pub struct AppSession {
pub config: GeneralConfig,
pub show_screens: Vec<String>,
pub recenter_on_show: bool,
pub watch_hand: usize,
pub watch_pos: Vec3,
@@ -103,7 +102,6 @@ impl AppSession {
config_root_path,
config,
show_screens: vec!["DP-3".to_string()],
recenter_on_show: true,
capture_method: "auto".to_string(),
primary_hand: 1,
watch_hand: 0,