mouse-motion-only handsfree modes
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user