Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui.h704 IMGUI_API bool BeginPopupContextWindow(const char* str_id = NULL, ImGuiPopupFlags popup_flags = 1);// open+begin popup when clicked on current window.
1058 ImGuiPopupFlags_NoOpenOverItems = 1 << 6, // For BeginPopupContextWindow(): don't return true when hovering items, only when hovering empty space
2855 static inline bool BeginPopupContextWindow(const char* str_id, ImGuiMouseButton mb, bool over_items) { return BeginPopupContextWindow(str_id, mb | (over_items ? 0 : ImGuiPopupFlags_NoOpenOverItems)); } in BeginPopupContextWindow() function
H A Dimgui_demo.cpp6335 if (ImGui::BeginPopupContextWindow())
7054 if (ImGui::BeginPopupContextWindow())
H A Dimgui.cpp450 - 2020/06/23 (1.77) - removed BeginPopupContextWindow(const char*, int mouse_button, bool also_over_items) in favor of BeginPopupContextWindow(const char*, ImGuiPopupFlags flags) with ImGuiPopupFlags_NoOverItems.
580 - 2017/08/15 (1.51) - changed parameter order for BeginPopupContextWindow() from (const char*,int buttons,bool also_over_items) to (const char*,int buttons,bool also_over_items). Note that most calls relied on default parameters completely.
8620 bool ImGui::BeginPopupContextWindow(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextWindow() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui.h545 IMGUI_API bool BeginPopupContextWindow(const char* str_id = NULL, int mouse_button = 1, bool also_over_items = true); // helper to open and begin popup when clicked on current window.
H A Dimgui.cpp448 - 2017/08/15 (1.51) - changed parameter order for BeginPopupContextWindow() from (const char*,int buttons,bool also_over_items) to (const char*,int buttons,bool also_over_items). Note that most calls relied on default parameters completely.
6991 bool ImGui::BeginPopupContextWindow(const char* str_id, int mouse_button, bool also_over_items) in BeginPopupContextWindow() function in ImGui

Completed in 108 milliseconds