ImGuiNET / ImGui.NET

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

How to check if any text input selected? #329

Open iocmet opened 2 years ago

iocmet commented 2 years ago

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

iocmet commented 2 years ago

image image image image image image image image image image

chairclr commented 1 year ago

ImGui.GetIO().WantCaptureKeyboard works as well