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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h822 ImGuiID NavActivateId; // ~~ (g.ActiveId == 0) && IsNavInputPressed(ImGuiNavInput_Activate) ? NavId : 0, also set when calling ActivateItem()
829 ImGuiID NavNextActivateId; // Set by ActivateItem(), queued until next frame.
1407 IMGUI_API void ActivateItem(ImGuiID id); // Remotely activate a button, checkbox, tree node etc. given its unique ID. activation is queued and processed on the next frame when the item is encountered again.
H A Dimgui.cpp6437 void ImGui::ActivateItem(ImGuiID id) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h822 ImGuiID NavActivateId; // ~~ (g.ActiveId == 0) && IsNavInputPressed(ImGuiNavInput_Activate) ? NavId : 0, also set when calling ActivateItem()
829 ImGuiID NavNextActivateId; // Set by ActivateItem(), queued until next frame.
1407 IMGUI_API void ActivateItem(ImGuiID id); // Remotely activate a button, checkbox, tree node etc. given its unique ID. activation is queued and processed on the next frame when the item is encountered again.
H A Dimgui.cpp6437 void ImGui::ActivateItem(ImGuiID id) function in class:ImGui

Completed in 43 milliseconds