ImGui.NET
ImGui.NET copied to clipboard
How to check if any text input selected?
Currently i making crutch in cimgui (imgui.cpp InputTextEx) to detect it but it keeps returning true if current window (really windows window not imgui) unfocused
ImGui.GetIO().WantCaptureKeyboard
works as well