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

/xsrc/external/mit/MesaLib.old/dist/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) argument
6997 if (also_over_items || !IsAnyItemHovered())
/xsrc/external/mit/MesaLib/dist/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) argument
6997 if (also_over_items || !IsAnyItemHovered())

Completed in 47 milliseconds