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,6 +727,7 @@ 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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue