bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

ImGui text not registering change when all text selected then text pasted. #767

Open bryanedds opened 3 months ago

bryanedds commented 3 months ago

Not sure why, but looks like ImGui.InputText isn't seeing pasted over text as a text change. I'm guessing an ImGui update would fix this, but for now, let's see if we can work around this with some special handling.