Replies: 2 comments 6 replies
-
As per #29, would it be possible to expose the actual array instead of getter and setter functions? That would be the closest to the original API (as well as pyimgui's) and is therefore easiest to discover/port from C++. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Generate bindings for struct member of type "fixed size array"
The generator already generates accessors for numeric and bool fixed size arrays. However it does not generate accessors for user-defined types in an array.
With this code:
The ideas would be to generate bindings like this:
Beta Was this translation helpful? Give feedback.
All reactions