You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binding for ImGui::ImageButton(ImGuiID id, ImTextureID texture_id, ...etc) is missing. Currently we cannot pass ids to image buttons. We cannot create image buttons with the same texture id as the texture id is used as the imgui id of the button.
Version
1.86.11
What part of the binding has gaps?
Dear ImGui
What is missing?
Binding for
ImGui::ImageButton(ImGuiID id, ImTextureID texture_id, ...etc)
is missing. Currently we cannot pass ids to image buttons. We cannot create image buttons with the same texture id as the texture id is used as the imgui id of the button.See: https://github.com/ocornut/imgui/blob/master/imgui_widgets.cpp#L1033
The text was updated successfully, but these errors were encountered: