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
Please tell me, is it possible using ImGui::InputText to set text in the input field from the buffer, completely replacing the text in the input field, and not just using the keyboard?
I know this can be done initially when creating the ImGui::InputText:
Please tell me, is it possible using ImGui::InputText to set text in the input field from the buffer, completely replacing the text in the input field, and not just using the keyboard?
I know this can be done initially when creating the ImGui::InputText:
But how to do this at any time after creating the InputText? Is this possible?
The text was updated successfully, but these errors were encountered: