add option to block poses when using keyboard (OpenXR only)

This commit is contained in:
Sapphire
2026-02-04 13:03:34 -06:00
committed by galister
parent d398e6fb5a
commit d713302d0d
7 changed files with 60 additions and 25 deletions

View File

@@ -251,6 +251,9 @@ pub struct GeneralConfig {
#[serde(default = "def_true")]
pub block_game_input_ignore_watch: bool,
#[serde(default = "def_true")]
pub block_poses_on_kbd_interaction: bool,
#[serde(default = "def_one")]
pub space_drag_multiplier: f32,