We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c1295 commit 83e7eefCopy full SHA for 83e7eef
1 file changed
include/imgui/imgui_user.inl
@@ -3894,8 +3894,9 @@ SK_ImGui_UpdateGamepadProcessingEligibility (void)
3894
3895
for ( auto& window : windows_above )
3896
{
3897
- if (IsWindowOverlapping (window, rcVisibleWindow) &&
3898
- injected_pid_cache [window])
+ if ((injected_pid_cache [window] == dwPidOfSKIF && !game_iconic) ||
+ (IsWindowOverlapping (window, rcVisibleWindow) &&
3899
+ injected_pid_cache [window]))
3900
3901
process_input = false;
3902
break;
0 commit comments