Skip to content
New issue

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

UndefVarError: igSetScrollYFloat not defined #113

Closed
sairus7 opened this issue May 6, 2024 · 1 comment · Fixed by #115
Closed

UndefVarError: igSetScrollYFloat not defined #113

sairus7 opened this issue May 6, 2024 · 1 comment · Fixed by #115

Comments

@sairus7
Copy link
Collaborator

sairus7 commented May 6, 2024

I've encountered UndefVarError: `igSetScrollYFloat` not defined from this line: https://github.com/Gnimuc/CImGui.jl/blob/master/src/wrapper.jl#L538

Looks like LibCImGui has different function name igSetScrollY_Float that is not reflected in wrapper.jl here?
https://github.com/JuliaImGui/LibCImGui.jl/blob/master/lib/x86_64-w64-mingw32.jl#L4457

Looks like the same applies to igSetScrollXFloat. Is wrapper.jl file auto-generated or manually written?

@JamesWrigley
Copy link
Member

Oh dear, that's probably something I missed during the last upgrade 😬 wrapper.jl is manually written, but at some point we/I should rewrite it to be generated automagically.

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

Successfully merging a pull request may close this issue.

2 participants