Skip to content

Conversation

@BOXER78
Copy link

@BOXER78 BOXER78 commented Dec 3, 2025

Fixes monitor_from_point returning None on macOS.
This PR implements the logic to find the monitor containing a given point by iterating through available monitors and checking if the point lies within their bounds.
Closes #14559

Pasted Graphic

@BOXER78 BOXER78 requested a review from a team as a code owner December 3, 2025 13:41
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Dec 3, 2025
@FabianLars
Copy link
Member

I really appreciate the PR but i don't think this is how it should be solved. Ideally it should be fixed in https://github.com/tauri-apps/tao/blob/dev/src/platform_impl/macos/monitor.rs#L163-L173 and if that function already works we should fix the call to it in tauri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📬Proposal

Development

Successfully merging this pull request may close these issues.

[bug] monitor_from_point always returns None

2 participants