mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
#388, fix missing capture of maximized window
This commit is contained in:
parent
10dd03498a
commit
86926ffd27
1 changed files with 3 additions and 0 deletions
|
@ -2099,6 +2099,9 @@ namespace PersistentWindows.Common
|
|||
if (fullScreenGamingWindow != IntPtr.Zero)
|
||||
return;
|
||||
|
||||
if (User32.IsZoomed(hwnd))
|
||||
userMove = true;
|
||||
|
||||
if (foreGroundWindow == hwnd)
|
||||
{
|
||||
StartCaptureTimer(UserMoveLatency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue