Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
2.01k stars 244 forks source link

Expose a method to set imgui context #75

Closed bootzin closed 3 years ago

bootzin commented 3 years ago

As discussed in #74

As I said, I'm not exactly proficient in c++, so tell me if there's anything that I need to change

I had to move header includes to the header file so that I could expose the "SetImGuiContext" function, so please tell me if this is a problem