You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generally input text is a hard thing to wrap because it involves InputTextCallback which is a callback type. Callback types are a bit tricky in go/C (see #224 )
Currently InputText widget is only available in the form of manually wrapped function InputTextWithHint.
I discovered that
InputText
is not supported:https://github.com/ocornut/imgui/blob/c6236699671b2e5f94481c051cd19afe00cda583/imgui.h#L601
Example C++ usecase:
Is there a reason for it? It seems to be one of the most important widgets.
The text was updated successfully, but these errors were encountered: