We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you look at this issue in imgui (NOT CImGui)
ocornut/imgui#3370
you will see that InvisibleButton should take 3 arguments, the last being flags.
However when I execute InvisibleButton with 3 arguments I get:
│ MethodError: no method matching InvisibleButton(::String, ::ImVec2, ::UInt32) │ Closest candidates are: │ InvisibleButton(::Any, ::Any) at /home/briand/.julia/packages/CImGui/vVLHW/src/wrapper.jl:1104 └ @ Renderer ~/src/julia/imgui/test1/Renderer.jl:77
Seeing that the 3rd argument change was in mid-2020, i'm wondering if maybe CImGui may need a minor update ?
The text was updated successfully, but these errors were encountered:
Which version are you using?
Sorry, something went wrong.
someday i'll remember to put that information in the issue...
[5d785b6c] CImGui v1.77.1
This is fixed on v1.79, would you mind doing an upgrade? If not, I can backport those commits.
I upgraded to Julia 1.6.1 and that pulled in 1.79. Thank you !
No branches or pull requests
If you look at this issue in imgui (NOT CImGui)
ocornut/imgui#3370
you will see that InvisibleButton should take 3 arguments, the last being flags.
However when I execute InvisibleButton with 3 arguments I get:
│ MethodError: no method matching InvisibleButton(::String, ::ImVec2, ::UInt32)
│ Closest candidates are:
│ InvisibleButton(::Any, ::Any) at /home/briand/.julia/packages/CImGui/vVLHW/src/wrapper.jl:1104
└ @ Renderer ~/src/julia/imgui/test1/Renderer.jl:77
Seeing that the 3rd argument change was in mid-2020, i'm wondering if maybe CImGui may need a minor update ?
The text was updated successfully, but these errors were encountered: