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
This is about the discussion at #41: Right now we have a working solution for wrapping ImGuiIO.IniFilename, with is a bare const char*. Wrapping that with a simple interface closest to C++ imgui (users can simply get and set through imgui.get_io().ini_filename) would require some work. Either, if thats legal, we'd have to generate:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is about the discussion at #41: Right now we have a working solution for wrapping
ImGuiIO.IniFilename, with is a bareconst char*. Wrapping that with a simple interface closest to C++ imgui (users can simply get and set throughimgui.get_io().ini_filename) would require some work. Either, if thats legal, we'd have to generate:or, else
This would be a nice to have.
Beta Was this translation helpful? Give feedback.
All reactions