Ocideck/macos/Runner
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
..
Assets.xcassets/AppIcon.appiconset feat: polish app icons and presentation exports 2026-06-05 00:02:51 +02:00
Base.lproj Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
Configs Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
AppDelegate.swift feat: polish app icons and presentation exports 2026-06-05 00:02:51 +02:00
DebugProfile.entitlements Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
Info.plist Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
MainFlutterWindow.swift Deliver hover events to non-key windows on macOS 2026-06-10 11:29:42 +02:00
Release.entitlements Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00