dextercd / Noita-Dear-ImGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep imgui from stealing focus on unpause

dextercd opened this issue · comments

Not sure if it's possible to take care of this on the imgui side but need to look into it some more

Perhaps the bindings can always pass NoFocusOnAppearing to ImGui::Begin for the first frame after unpausing the game.