Skip to content

Fix window drag lag (frame trailing content by 1 frame)#16

Merged
aweeri merged 1 commit intoaweeri:mainfrom
sandrwich:fix/window-drag-lag
Mar 14, 2026
Merged

Fix window drag lag (frame trailing content by 1 frame)#16
aweeri merged 1 commit intoaweeri:mainfrom
sandrwich:fix/window-drag-lag

Conversation

@sandrwich
Copy link
Copy Markdown
Contributor

Window Rectangle structs were snapshot copies created at the start of DrawGUI, but drag updates modified the position variables without syncing back to the Rectangle. This caused the frame to draw at the old position while content used the new one. Sync Rectangle position after drag update for all 10 draggable windows.

Window Rectangle structs were snapshot copies created at the
start of DrawGUI, but drag updates modified the position
variables without syncing back to the Rectangle. This caused
the frame to draw at the old position while content used the
new one. Sync Rectangle position after drag update for all
10 draggable windows.
@aweeri aweeri merged commit 2755aa6 into aweeri:main Mar 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants