jvcleave / ofxImGui

Use ImGui in openFrameworks
293 stars 124 forks source link

Allow setting ImGuiWindowFlags in BeginWindow #49

Closed hamoid closed 7 years ago

hamoid commented 7 years ago

Flags needed to make a window non draggable, no title bar, not resizable, etc.

Available flags: https://github.com/ocornut/imgui/blob/6384eee34f08cb7eab8d835043e1738e4adcdf75/imgui.h#L478

jvcleave commented 7 years ago

thanks!