UNPKG

@thi.ng/imgui

Version:

Immediate mode GUI with flexible state handling & data only shape output

7 lines 342 B
import type { Predicate } from "@thi.ng/api"; import type { IMGUI } from "../gui.js"; export declare const handleTextfieldKeys: (gui: IMGUI, state: { cursor: number; offset: number; }, filter: Predicate<string>, txt: string, cursor: number, drawCursor: number, maxLen: number) => string | undefined; //# sourceMappingURL=text.d.ts.map