the InputTextMultiline function always return false #7050
SuraRengoku
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment 1 reply
|
By default, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
version:1.89.6
MacOS 12.7.1
platform:xcode
I try to use the InputTextMultiline function to read the current content in buffer, there are some initial values in buffer. using a if-clause to update a u32string text when the buffer is changed, but after I changed the content in buffer, the function didn't not return a true.
the last parameter of this function is set as ImGuiInputTextFlags_EnterReturnsTure, so after I change the buffer content I click the enter Key on my keyboard, but it only worked as a "return"

I want to know how to make this function return a true when the buffer content is changed.
All reactions