InputTextEx

Undocumented in source. Be warned that the author may not have intended to support it.
version(has_imgui)
@nogc nothrow @trusted
bool
InputTextEx
(
scope const(char)* label
,
scope char* buf
,
size_t buf_size
,
ImGuiInputTextFlags flags
,
ImGuiInputTextCallback callback
,
scope void* user_data
)

Meta