From d100867bce447d0f9677a9b842db19a614272b38 Mon Sep 17 00:00:00 2001 From: Andrew Lanzone Date: Thu, 10 Jul 2025 08:44:58 -0700 Subject: [PATCH] Add ReST documentation for controller menu options --- .../source/reference/modding/settings/GUI.rst | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/source/reference/modding/settings/GUI.rst b/docs/source/reference/modding/settings/GUI.rst index b9065c8daf..3006ac1b56 100644 --- a/docs/source/reference/modding/settings/GUI.rst +++ b/docs/source/reference/modding/settings/GUI.rst @@ -62,6 +62,27 @@ GUI Settings Bethesda assets are 4:3 ratio; others may differ. If false, assets are centered with black bars filling remainder. +.. omw-setting:: + :title: controller menus + :type: boolean + :range: true, false + :default: false + :location: :bdg-success:`Launcher > Settings > Interface` + + Make menus easier to navigate with a controller. + If false, the controller works as a GUI mouse. + +.. omw-setting:: + :title: controller tooltips + :type: boolean + :range: true, false + :default: false + :location: :bdg-success:`Launcher > Settings > Interface` + + When true, you do not need to press R3 to show tooltips when using + controller menus. + If false, controller menu tooltips are hidden until R3 is pressed. + .. omw-setting:: :title: subtitles :type: boolean