mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Add Tooltip of new functionality
Tooltip: Allows controller navigation of the menu bar D-pad to move between items, A to select, and X to grab focus on the menu bar
This commit is contained in:
parent
e2bf05df85
commit
747f6f5583
1 changed files with 3 additions and 2 deletions
|
@ -727,13 +727,14 @@ namespace SohImGui {
|
||||||
{
|
{
|
||||||
ImGuiIO& io = ImGui::GetIO();
|
ImGuiIO& io = ImGui::GetIO();
|
||||||
ImGui::CheckboxFlags("Use Controller Navigation", &io.ConfigFlags, ImGuiConfigFlags_NavEnableGamepad);
|
ImGui::CheckboxFlags("Use Controller Navigation", &io.ConfigFlags, ImGuiConfigFlags_NavEnableGamepad);
|
||||||
|
Tooltip("Allows controller navigation of the menu bar\nD-pad to move between items, A to select, and X to grab focus on the menu bar");
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
EnhancementCheckbox("D-pad Support on Pause and File Select", "gDpadPauseName");
|
EnhancementCheckbox("D-pad Support on Pause and File Select", "gDpadPauseName");
|
||||||
EnhancementCheckbox("D-pad Support in Ocarina and Text Choice", "gDpadOcarinaText");
|
EnhancementCheckbox("D-pad Support in Ocarina and Text Choice", "gDpadOcarinaText");
|
||||||
EnhancementCheckbox("D-pad Support for Browsing Shop Items", "gDpadShop");
|
EnhancementCheckbox("D-pad Support for Browsing Shop Items", "gDpadShop");
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
EnhancementCheckbox("Show Inputs", "gInputEnabled");
|
EnhancementCheckbox("Show Inputs", "gInputEnabled");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue