Cocoa: trigger CM_MOUSEMOVE when the APP Deactive

This commit is contained in:
rich2014 2023-10-07 22:37:09 +08:00
parent c424cd8c5a
commit 534df9995a

View File

@ -658,6 +658,7 @@ end;
procedure TAppDelegate.applicationDidResignActive(notification: NSNotification);
begin
Application.IntfAppDeactivate;
Application.DoBeforeMouseMessage(nil);
end;
procedure TAppDelegate.applicationDidChangeScreenParameters(notification: NSNotification);