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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3914 OpenPopupOnItemClick("context");
3941 OpenPopupOnItemClick("context");
3963 OpenPopupOnItemClick("context");
4192 OpenPopupOnItemClick("context");
4205 OpenPopupOnItemClick("context");
H A Dimgui.h549 IMGUI_API bool OpenPopupOnItemClick(const char* str_id = NULL, int mouse_button = 1); // helper to open popup when clicked on last item (note: actually triggers on the mouse _released_ event to be consistent with popup behaviors). return true when just opened.
H A Dimgui_demo.cpp2150 // We can also use OpenPopupOnItemClick() which is the same as BeginPopupContextItem() but without the Begin call.
2153 ImGui::OpenPopupOnItemClick("item context menu", 1);
H A Dimgui.cpp6798 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3914 OpenPopupOnItemClick("context");
3941 OpenPopupOnItemClick("context");
3963 OpenPopupOnItemClick("context");
4192 OpenPopupOnItemClick("context");
4205 OpenPopupOnItemClick("context");
H A Dimgui.h549 IMGUI_API bool OpenPopupOnItemClick(const char* str_id = NULL, int mouse_button = 1); // helper to open popup when clicked on last item (note: actually triggers on the mouse _released_ event to be consistent with popup behaviors). return true when just opened.
H A Dimgui.cpp6798 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) function in class:ImGui

Completed in 79 milliseconds