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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp2527 int has_focus = 0; local in function:ShowDemoWindowMisc
2532 if (ImGui::IsItemActive()) has_focus = 1;
2536 if (ImGui::IsItemActive()) has_focus = 2;
2541 if (ImGui::IsItemActive()) has_focus = 3;
2544 if (has_focus)
2545 ImGui::Text("Item with focus: %d", has_focus);

Completed in 16 milliseconds