@@ -66,3 +66,4 @@ build
*.VC.VC.opendb
oxygine/SDL/win32/oxygine.vcxproj.user
*.iml
+**/.vs/
@@ -665,6 +665,8 @@ namespace oxygine
if (stage)
stage->dispatchEvent(&ev);
+ mc().clear();
+
if (!focus)
focusLost();
#endif