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.
Loading
Please register or sign in to comment