Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Add string formatting overloads for Text, LabelText, TreeNode, SetTooltip #170

Merged
merged 3 commits into from
Jan 22, 2022
Merged

Conversation

eliasdaler
Copy link
Contributor

Fixes #168

I've looked looked for all places which had va_args overloads in Dear ImGui.
I think it's worth to add every such "wrapper" function, because people porting their code from C++ to Go might have easier time adjusting their code as-is. :)

@dertseha dertseha merged commit 3849c4b into inkyblackness:main Jan 22, 2022
@dertseha
Copy link
Member

Hi @eliasdaler , thank you for the PR and your patience.
The linter issues were minor, I immediately handled them.

Thank you for your contribution!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

imgui.Textf for ease of use?
2 participants