inkyblackness / imgui-go

Go wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll functions should not start with Get

neclepsio opened this issue · comments

For consistency with the rest of the package, newly introduced GetScroll* functions should be renamed. This is a breaking change.

Thank you for noticing this.
I'm tempted to simply rename them, as they were introduced between releases, yet, this would break the contract.
I'll mark them as deprecated, for removal at next switch.