UNPKG

@thi.ng/imgui

Version:

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

5 lines 294 B
import type { IShape } from "@thi.ng/geom"; import type { IMGUI } from "../gui.js"; export declare const hoverButton: (gui: IMGUI, id: string, shape: IShape, info?: string) => boolean; export declare const handleButtonKeys: (gui: IMGUI) => true | undefined; //# sourceMappingURL=button.d.ts.map