Gnimuc / CImGui.jl

Julia wrapper for cimgui
https://github.com/cimgui/cimgui
MIT License
253 stars 25 forks source link

UndefVarError: `igSetScrollYFloat` not defined #113

Closed sairus7 closed 3 months ago

sairus7 commented 4 months ago

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 commented 4 months ago

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