mouse-motion-only handsfree modes

This commit is contained in:
galister
2026-01-25 11:43:44 +09:00
parent 157c88127f
commit 3ec1dd7f4e
7 changed files with 23 additions and 10 deletions

View File

@@ -57,8 +57,12 @@ pub enum HandsfreePointer {
#[strum(props(Translation = "APP_SETTINGS.OPTION.HMD_PINCH"))]
#[default]
Hmd,
#[strum(props(Translation = "APP_SETTINGS.OPTION.HMD_ONLY"))]
HmdOnly,
#[strum(props(Translation = "APP_SETTINGS.OPTION.EYE_PINCH"))]
EyeTracking,
#[strum(props(Translation = "APP_SETTINGS.OPTION.EYE_ONLY"))]
EyeTrackingOnly,
}
#[derive(Clone, Serialize, Deserialize)]