Skip to content

Missing Bindings: ImGui::ImageButton(ImGuiID id, ImTextureID texture_id, ...etc) #220

@Displee

Description

@Displee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    missing bindingSome of the original library API is missing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions