aDioS786
aDioS786
Hi, I am looking into code and trying to see if can use DMA hardware to read processes/memory? If yes can you point me out how it can be achieved.....
Hi I get this issue, probably something wrong am doing/got wrong understanding. I have a check where it only loads images when texture is available, if not available then show...
Hi Not sure why circle looks more like hexagon, and also if the weight is increased it the boundaries looks like flower. Circle Code: ImPlot::SetNextMarkerStyle(ImPlotMarker_Circle, radiusSize, FillColor, thickness, OutFillColor); ImPlot::PlotScatter(name,...
Hi Many thanks for sharing ur work. May I ask if you can kindly guide a bit related to offsets i.e. how / what tool you using, and is there...
(Click "Preview" above ^ to turn URL into clickable links) 1. FOR FIRST-TIME USERS ISSUES COMPILING/LINKING/RUNNING or LOADING FONTS, please use [GitHub Discussions](https://github.com/ocornut/imgui/discussions). 2. PLEASE CAREFULLY READ: [FAQ](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md) 3. PLEASE...
Hi, Trying to use trackbar having interval of 5 values at least.. so each drag should increment by 5. So say if minimum is 0, maximum 100, scroll drag should...
is there a way to scale plotted PlotScatter/PlotLine to audo scale based on zoom level, currently the size stays same but when zoom in/out the grid line squezes/expands over line...
Hi, Is there a way to keep track of specific plots, so if I have stocks going on, and I'd like to keep latest candle in middle of screen (tracked)...