You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I've encountered
UndefVarError: `igSetScrollYFloat` not defined
from this line: https://github.com/Gnimuc/CImGui.jl/blob/master/src/wrapper.jl#L538Looks 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?The text was updated successfully, but these errors were encountered: