openxr: toggle for space rotate axis lock

This commit is contained in:
galister
2024-09-18 04:06:37 +09:00
parent 03f2eaf97f
commit 583a5f7fe0
3 changed files with 28 additions and 8 deletions

View File

@@ -270,6 +270,9 @@ pub struct GeneralConfig {
#[serde(default = "def_point3")]
pub pointer_lerp_factor: f32,
#[serde(default = "def_false")]
pub space_rotate_unlocked: bool,
}
impl GeneralConfig {