cesarl / LiveMemTracer

Live memory allocation tracing header only library using ImGui
The Unlicense
85 stars 5 forks source link

Function View: only text is clickable #9

Closed jlaumon closed 8 years ago

jlaumon commented 8 years ago

clickable

It feels like the whole colored rectangle should be clickable, but it's not. That's a little bit confusing.

What about using actual ImGui::Buttons? The fact that you can click on stuff at all is not very obvious at the moment. You could draw the transparent gauge-bars on top of the buttons I guess.

PS: I can make the change if you want.