Ocideck/macos
Brenno de Winter 280934d331 Deliver hover events to non-key windows on macOS
Flutter's macOS engine only sends mouse-moved events to the key window
by default. The borderless audience (beamer) window deliberately never
becomes key, so chart tooltips never appeared on the second screen, and
hover styling stuck around whenever a window lost key status before the
exit event arrived. Track the mouse whenever the app is active instead,
for both the main window and every secondary window.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 11:29:42 +02:00
..
Flutter Add dual-screen presenter mode (slide on beamer, notes on laptop) 2026-06-06 21:25:34 +02:00
Runner Deliver hover events to non-key windows on macOS 2026-06-10 11:29:42 +02:00
Runner.xcodeproj feat: polish app icons and presentation exports 2026-06-05 00:02:51 +02:00
Runner.xcworkspace Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
RunnerTests Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
.gitignore Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
Podfile feat: polish app icons and presentation exports 2026-06-05 00:02:51 +02:00
Podfile.lock Add dual-screen presenter mode (slide on beamer, notes on laptop) 2026-06-06 21:25:34 +02:00