Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>imgui.loadIniSettingsFromMemory

Deno Window Manager: Cross-platform window creation and management
Go to Latest
function imgui.loadIniSettingsFromMemory
import { imgui } from "https://deno.land/x/dwm@0.3.4/ext/imgui.ts";
const { loadIniSettingsFromMemory } = imgui;

call after CreateContext() and before the first call to NewFrame() to provide .ini data from your own data source. set ini_size to 0 if ini_data is a zero-terminated string.

Parameters

ini_data: StringSource
optional
ini_size: number | bigint = [UNSUPPORTED]