InputTextWithHintEx

Undocumented in source. Be warned that the author may not have intended to support it.
extern (C) @trusted
bool
InputTextWithHintEx
(
scope const(char)* label
,
scope const(char)* hint
,
scope char* buf
,
size_t buf_size
,
int flags
,
int function
(
const ImGuiInputTextCallbackData_t* data
)
callback
,
scope void* user_data
)

Meta