You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
settings: migrate the auto mouse grab setting to a single-source def file
Performed by tools/settings_migrate_group.py with the standard
battery including the platform-profile lanes and the integrated
enum consolidation stage; the lookup gate's parent baseline is
computed per run.
Copy file name to clipboardExpand all lines: intl/msg_hash_us.h
+32-8Lines changed: 32 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3612,14 +3612,38 @@ MSG_HASH(
3612
3612
MENU_ENUM_SUBLABEL_INPUT_SENSORS_ENABLE,
3613
3613
"Enable input from accelerometer, gyroscope and illuminance sensors, if supported by the current hardware. May have a performance impact and/or increase power drain on some platforms."
3614
3614
)
3615
-
MSG_HASH(
3616
-
MENU_ENUM_LABEL_VALUE_INPUT_AUTO_MOUSE_GRAB,
3617
-
"Automatic Mouse Grab"
3618
-
)
3619
-
MSG_HASH(
3620
-
MENU_ENUM_SUBLABEL_INPUT_AUTO_MOUSE_GRAB,
3621
-
"Enable mouse grab on application focus."
3622
-
)
3615
+
/* GENERATED REGION: auto mouse grab setting (see settings_def_input_auto_mouse_grab.h). */
0 commit comments