Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h546 IMGUI_API bool BeginPopupContextVoid(const char* str_id = NULL, int mouse_button = 1); // helper to open and begin popup when clicked in void (where there are no imgui windows).
H A Dimgui.cpp7002 bool ImGui::BeginPopupContextVoid(const char* str_id, int mouse_button) in BeginPopupContextVoid() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h705 IMGUI_API bool BeginPopupContextVoid(const char* str_id = NULL, ImGuiPopupFlags popup_flags = 1); // open+begin popup when clicked in void (where there are no windows).
H A Dimgui.cpp8634 bool ImGui::BeginPopupContextVoid(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextVoid() function in ImGui

Completed in 58 milliseconds