You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider watching the gif, it is less complicated.
Run the example from the latest master.
In the ImGui Demo window, check NavEnableKeyboard.
Open Widgets -> Basic and click inside Hello, world! input.
Now in the other window, double click inside an input (e.g., G of the clear color). This should focus and active the input in the other window.
Press Ctrl+Tab to focus to the demo window again.
Notice that the focus (blue rectangle) gets into the demo window and the Hello, world! input, but the input box in the other window is still active and all keyboard events get passed to this unfocused input.
Screenshots/Video
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version: 1.69 WIP
Branch: master (6f80179)
Back-end/Renderer/Compiler/OS
Back-ends: example_glfw_opengl3
My Issue/Question:
Consider watching the gif, it is less complicated.
ImGui Demo
window, checkNavEnableKeyboard
.Hello, world!
input.G
of the clear color). This should focus and active the input in the other window.Hello, world!
input, but the input box in the other window is still active and all keyboard events get passed to this unfocused input.Screenshots/Video
The text was updated successfully, but these errors were encountered: