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
I started using your great widget. I am using a glfw backend, and ImGui itself works fine for text input. I followed your sample, but when I enter text, the character gets printed on the screen and immediately removed again.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Same problem here, not really sure why is that. Did you manage to fix it somehow?
// Edit
Oh, nevermind. I'm actually stupid. I was allocating the editor in the loop, so I was creating a new editor each frame. Probably OP had the same issue.
Hi,
I started using your great widget. I am using a glfw backend, and ImGui itself works fine for text input. I followed your sample, but when I enter text, the character gets printed on the screen and immediately removed again.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: