jvcleave / ofxImGui

Use ImGui in openFrameworks
293 stars 124 forks source link

retina support #72

Open mazbox opened 6 years ago

mazbox commented 6 years ago

Not sure if I've missed something, was trying to use this on a retina screen (Mac) with HighDPI enabled. Everything's really small. I found setting io.DisplayFramebufferScale to 2,2 makes everything bigger but still the mouse events happen in the wrong place. Any ideas?

jvcleave commented 6 years ago

Looks like it is a fairly recent work in progress on the imgui side. You might find some more info here

https://github.com/ocornut/imgui/issues/1676