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
I don't think there's anything keeping the ini_filename string alive?
Perhaps ImGuiIO needs some kind of a wrapper class too? I guess it would be possible to inherit a WrappedIO from slimgui.IO and override the property access?
The text was updated successfully, but these errors were encountered:
Defining a similar wrapper around slimgui_ext.IO would work but how to pass most of the property accesses down to the base class without breaking typing?
This pattern probably isn't correct:
I don't think there's anything keeping the ini_filename string alive?
Perhaps ImGuiIO needs some kind of a wrapper class too? I guess it would be possible to inherit a
WrappedIO
fromslimgui.IO
and override the property access?The text was updated successfully, but these errors were encountered: