-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
Popup doesn't show up with example imgui code
ImNodes::BeginNodeEditor(); // Or ImNodes::BeginNode(hardcoded_node_id);
// Below ImGui's demo code
if (ImGui::BeginPopupContextItem()) // <-- use last item id as popup id
{
selected = n;
ImGui::Text("This a popup for \"%s\"!", names[n]);
if (ImGui::Button("Close"))
ImGui::CloseCurrentPopup();
ImGui::EndPopup();
}
I'm trying to bring in a context menu for convenient nodes creation
illua1
Metadata
Metadata
Assignees
Labels
No labels