Skip to content

Commit

Permalink
Window: Untrap mouse when losing focus
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 21, 2012
1 parent e90ff62 commit 2210d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/portable/src/window.cpp
Expand Up @@ -899,6 +899,7 @@ static void windowFocusChanged(Canvas& canvas, bool focus)
{
DD_ClearEvents();
I_ResetAllDevices();
Mouse_Trap(false);
}

#if 0
Expand Down

0 comments on commit 2210d26

Please sign in to comment.