winit/src/platform_impl/apple/appkit
Mads Marquart f314cd2b9a
macOS: Fix crash when pressing Caps Lock (#4024)
Events emitted by `flagsChanged:` cannot access
`charactersIgnoringModifiers`. We were previously doing this because we
were trying to re-use the `create_key_event` function, but that is unsuited
for this purpose, so I have separated the `flagsChanged:` logic out from it.
2024-12-03 18:48:23 +01:00
..
app.rs api: overhaul pointer API 2024-10-08 15:19:00 +03:00
app_state.rs macOS: set activation policy by default if app is not bundled (#3961) 2024-11-18 21:19:45 +01:00
cursor.rs api: unify error handling 2024-09-06 17:20:11 +03:00
event.rs macOS: Fix crash when pressing Caps Lock (#4024) 2024-12-03 18:48:23 +01:00
event_loop.rs api: make OwnedDisplayHandle wrap an opaque type 2024-11-13 15:29:05 +03:00
ffi.rs Move iOS and macOS implementations into new apple module (#3756) 2024-06-24 13:26:49 +02:00
menu.rs Move iOS and macOS implementations into new apple module (#3756) 2024-06-24 13:26:49 +02:00
mod.rs api: make OwnedDisplayHandle wrap an opaque type 2024-11-13 15:29:05 +03:00
monitor.rs Various Monitor/VideoModeHandle methods now return an Option 2024-08-08 01:29:51 +02:00
observer.rs Allow the user to register the application delegate on macOS and iOS (#3758) 2024-08-11 23:14:18 +02:00
util.rs Move iOS and macOS implementations into new apple module (#3756) 2024-06-24 13:26:49 +02:00
view.rs macOS: Fix crash when pressing Caps Lock (#4024) 2024-12-03 18:48:23 +01:00
window.rs Add safe area and document coordinate systems (#3890) 2024-11-21 17:37:03 +01:00
window_delegate.rs macOS: Avoid redundant initial resize event (#3913) 2024-12-03 18:35:04 +01:00