Searched refs:focus_ahead (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp2551 int focus_ahead = -1; local in function:ShowDemoWindowMisc
2552 if (ImGui::Button("Focus on X")) { focus_ahead = 0; } ImGui::SameLine();
2553 if (ImGui::Button("Focus on Y")) { focus_ahead = 1; } ImGui::SameLine();
2554 if (ImGui::Button("Focus on Z")) { focus_ahead = 2; }
2555 if (focus_ahead != -1) ImGui::SetKeyboardFocusHere(focus_ahead);

Completed in 8 milliseconds