Alexey Bilityuk

Results 13 comments of Alexey Bilityuk

> The developer has a life too. Let him some time to answer! Le jeu. 29 juil. 2021 à 18:41, aabilityuk ***@***.***> a écrit : > […](#) That is for...

> The code in #3067 has another function to draw 90 rotated text: https://github.com/mahilab/mahi-gui/blob/master/src/Mahi/Gui/imgui_plot.cpp > > ``` > /// Draws vertical text. The position is the bottom left of the...

> @aabilityuk Use `GetWindowDrawList()` for your windows, alternatively use `GetBackgroundDrawList()` or `GetForegroundDrawList()`. You also might want to use `GetCursorScreenPos()` for the pos. > > ```c++ > AddTextVertical(ImGui::GetWindowDrawList(), "text", ImGui::GetCursorScreenPos(), 0xff00ff00);...