Skip to content
Snippets Groups Projects
Commit 9b91eff8 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

Don't forward keys when imgui has focus.

This prevents typing in boxes trigging key events for imgui.
It's not a perfect fix, because you still need the release event to
propgate (ie, when holding down a key then selecting an imgui text box).

But it'll do without tight imgui/fggl integration.
parent bee3b3ea
No related branches found
No related tags found
No related merge requests found
Pipeline #3043 failed