Closed Andthehand closed 11 months ago
I was able to figure it out after wayyyy too long.
ImGui::PushItemFlag(ImGuiItemFlags_AllowOverlap, true);
ax::NodeEditor::End();
ImGui::PopItemFlag();
This is to make sure that the invisible button that is being created in ed::EditorContext::BuildControl can be overlapped. This is to make the Test button interactable.
This is how it looks like now:
I am currently working on overlaying a button on top of the node editor in my project. However, I am facing an issue where the button appears to be super grayed out, and I'm unsure how to resolve this problem.
My code looks like: