Mihaly Sisak
Mihaly Sisak
Using ewmailing's code as a starting point I came up with this soulution, using SDL2: ``` NK_API int nk_consume_keyboard(struct nk_context *ctx) { struct nk_window *iter; NK_ASSERT(ctx); if (!ctx) return 0;...
Oh, this is [already discussed](https://github.com/epezent/implot/pull/332).
I created a small patch file to [niavok's version](https://github.com/niavok/implot). When applied `void PlotLine(const char* label_id, const T* values, int count, double xscale=1, double xstart=0, ImPlotLineFlags flags=0, int offset=0, int stride=sizeof(T))`...