winit/winit-appkit/src
ShikiSuen d837c88855
winit-appkit: fix tests on systems without MonitorId(1)
Use `CGMainDisplayID` instead of `1` to make tests pass on systems
without `MonitorId(1)`.
2025-11-06 14:46:28 +09:00
..
app.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
app_state.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
cursor.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
event.rs chore: latest typos 2025-11-01 21:00:39 +09:00
event_loop.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
ffi.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
lib.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
menu.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
monitor.rs winit-appkit: fix tests on systems without MonitorId(1) 2025-11-06 14:46:28 +09:00
notification_center.rs Move AppKit (macOS) backend to winit-appkit (#4248) 2025-05-25 17:37:40 +02:00
observer.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
util.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
view.rs winit-core: revise MouseButton type 2025-11-01 21:00:39 +09:00
window.rs Bump MSRV to 1.85 and edition to 2024 2025-10-20 00:01:36 +09:00
window_delegate.rs macOS: fix a crash when dragging non-file content onto window 2025-11-05 13:20:01 +09:00