Can I draw an image on a given position inside a window? #3965
dani-lp
announced in
Old/Archived discussions
Replies: 1 comment
-
|
Position a cursor to desired position before drawing an image. When you render items one on top of the other - last ImGui::SetCursorPos(x, y);
// Or ImGui::SetCursorScreenPos(x, y);
ImGui::Image(...) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In case it's possible, can I draw an image over another image?
Beta Was this translation helpful? Give feedback.
All reactions