ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

How to check if any text input selected?

Open iocmet opened this issue 2 years ago • 3 comments

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 avatar Jun 07 '22 20:06 iocmet

image image image image image image image image image image

iocmet avatar Jun 07 '22 20:06 iocmet

ImGui.GetIO().WantCaptureKeyboard works as well

chairclr avatar Mar 27 '23 16:03 chairclr