Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatched child window positions after resizing SDL window #87

Open
jouae opened this issue Jan 7, 2025 · 0 comments
Open

Mismatched child window positions after resizing SDL window #87

jouae opened this issue Jan 7, 2025 · 0 comments

Comments

@jouae
Copy link
Collaborator

jouae commented Jan 7, 2025

The SDL backend fails to properly update child window coordinates during main window resizing. When the SDL-managed parent window is resized, the backend's coordinate scaling mechanism doesn't correctly adjust the child windows' positions within the new window dimensions. This coordinate mapping failure in the SDL window management system causes mouse input events to be processed at incorrect positions relative to the visible child windows, breaking user interaction.

See
Recording 2025-01-08 at 02 59 01

@jserv jserv changed the title Mismatch the child windows' position after resizing the main window Mismatched child window positions after resizing SDL window Jan 7, 2025
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

No branches or pull requests

1 participant