LoadIniSettingsFromDisk

Settings/.Ini Utilities - The disk functions are automatically called if io.IniFilename != NULL (default is "imgui.ini"). - Set io.IniFilename to NULL to load/save manually. Read io.WantSaveIniSettings description about handling .ini saving manually. - Important: default value "imgui.ini" is relative to current working dir! Most apps will want to lock this to an absolute path (e.g. same path as executables).

pure @nogc nothrow @trusted
void
LoadIniSettingsFromDisk
(
scope const(char)* ini_filename
)

Meta