skydig
skydig
use this PR https://github.com/not-fl3/miniquad/pull/313 you can capture the key modifer, @quaternic
a little advance I copied implot-rs directory to existing imgui projectm compile is ok, but at last, link error say: can not find **ImPlot_SetNextPlotTicksYdoublePtr**,in function **_ZN6implot4plot4Plot21maybe_set_tick_label** what can I do...
@TwilightFlower , to test under windows, you can calculate fps using hrstoptimer crate. I test the FPS is around 60.
same issue when I link rust+gtk+-3.0 application as following under window 10 OS gettext-rs-0.7.0\src/lib.rs:382: undefined reference to `wbindtextdomain' collect2.exe: error: ld returned 1 exit status
the text "bandwidth" is not at center, it's bug?
@wangjiawen2013 , I call twice font drawing, font position become normal. thanks.

is there way to avoid full page reload after add only one row? (everytime, all rows are re-drawed...) very thanks.
thanks sir, i have look the source get_row caller, it's too complex to modify.
@Benji377 really? I found table(last line is not shadow) and NumberInput(can not input float) all have bug, who can resolve it