CImGui.jl icon indicating copy to clipboard operation
CImGui.jl copied to clipboard

The getproperty and setproperty! method of ImNodesStyle was not provided

Open Gnimuc opened this issue 2 years ago • 0 comments
trafficstars

Discussed in https://github.com/Gnimuc/CImGui.jl/discussions/81

Originally posted by Faresx March 21, 2023 The getproperty and setproperty! method of ImNodesStyle was not provided.

style = imnodes_GetStyle()
unsafe_load(Ptr{Cfloat}(style+0))

will crash.

Gnimuc avatar Mar 21 '23 07:03 Gnimuc