ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.81k stars 298 forks source link

In the XNA example the ctrl and shift keys are not working with InputText. #430

Closed LeviMooreDev closed 9 months ago

LeviMooreDev commented 9 months ago

When using ctrl to copy and paste etc, the application quickly comes to a complete hold, it lags when dragging and no keyboard input. It takes some seconds before it is up to speed again and able to receive input. When holding shift it also happens but a little slower.

dvlcx commented 9 months ago

Same here. The more you use ctrl+any key (even mouse buttons) in a row, the more lag lasts.

dvlcx commented 9 months ago

Fixed it by editing ImGuiRenderer. Replace this: image With this: image Yes, right keys will not work, but it is still better than lagging.

zaafar commented 9 months ago

can you make a PR? I will merge it.

dvlcx commented 9 months ago

434