InputText

Widgets: Input with Keyboard - If you want to use InputText() with std::string or any custom dynamic string type, see misc/cpp/imgui_stdlib.h and comments in imgui_demo.cpp. - Most of the ImGuiInputTextFlags flags are only useful for InputText() and not for InputFloatX, InputIntX, InputDouble etc.

pure @nogc nothrow @trusted
bool
InputText
(
scope const(char)* label
,
scope char* buf
,
size_t buf_size
,
ImGuiInputTextFlags flags
)

Meta