jvcleave / ofxImGui

Use ImGui in openFrameworks
300 stars 123 forks source link

imgui_impl_glfw_context_support.h missing from develop branch. #118

Closed GitBruno closed 1 year ago

GitBruno commented 1 year ago

In EngineGLFW.cpp:

#if OFXIMGUI_GLFW_EVENTS_REPLACE_OF_CALLBACKS == 1 && OFXIMGUI_GLFW_FIX_MULTICONTEXT_PRIMARY_VP == 0 && OFXIMGUI_GLFW_FIX_MULTICONTEXT_SECONDARY_VP == 1
    #include "imgui_impl_glfw_context_support.h"
#endif