Evan Pezent
Evan Pezent
There isn't currently a function to query whether an axis was scrolled. We do have `IsAxisHovered`, which you could use in combination with ImGui input queries to determine if the...
It is not currently supported, but would not be difficult to implement. There is other high pri work, so please consider submitting a PR. I would enable this functionality through...
There isn't a built in way to do this. Off the top of my head, a contrived way would be to submit some invisible dummy data to each axis so...
Yes, that's expected. There are potentially three render passes that will iterate though then getter -- line, marker face, marker edge. What sort of issue is this causing you? (I...
@mserkantan, thanks for asking. It's true, ImPlot feature development has stagnated. I wish I were able to tackle the growing mountain of issues/PRs, or add some of the many features...
@SamuMazzi Thanks for taking a swing at this. A couple things: I think the following code in SetupAxis will only be called every frame if the user explicitly calls SetupAxis/SetupAxes...
@Gargaj I think your code is missing an important step: ``` Portability note: mktime is essentially universally available. timegm is rather rare. For the most portable conversion from a UTC...
@VelocityRa thanks for the much needed poke. As @brenocq pointed out, he and I have had sporadic discussions about helping out this year, given his inside-out knowledge of ImPlot and...