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:
qurious-pixel 2022-06-01 09:29:28 -07:00 committed by GitHub
commit 747f6f5583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -727,6 +727,7 @@ namespace SohImGui {
{
ImGuiIO& io = ImGui::GetIO();
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();