ImGuiNative

imguicpp.ImGuiNative (extern class)

Hand-written native helpers backed by linc_imgui.cpp - NOT generated. Only for things a plain extern can't express (callbacks crossing the C → Haxe boundary).

Static Members

setClipboardHandlers(get: Function, set: Function): Void

Route ImGui's clipboard (ImGuiPlatformIO function pointers) through Haxe functions. Call after ImGui.createContext().

Name Type
get Function
set Function

Metadata

Name Parameters
:include "linc_imgui.h"