Remove incorrect focus loss detection code

This commit is contained in:
Cacodemon345
2021-08-23 16:22:39 +06:00
parent 8263fcab1f
commit 1418d788a4

View File

@@ -672,11 +672,6 @@ int main(int argc, char** argv)
}
break;
}
case SDL_WINDOWEVENT_FOCUS_LOST:
{
plat_mouse_capture(0);
break;
}
case SDL_KEYDOWN:
case SDL_KEYUP:
{