winit-sonoma-fix/src/platform_impl/macos
Christian Duerr c1b93fc3d0 Add ModifiersChanged event for macOS (#1268)
* Add ModifiersChanged event for macOS

This implements the macOS portion of #1124.

* Fix ModifiersChanged event import

* Fix event passing window instead of device id
2019-12-13 00:48:32 +03:00
..
util Fix freeze upon exiting exclusive fullscreen on macOS 10.15 (#1127) 2019-09-15 19:59:37 -04:00
app.rs Implement DeviceEvent::Button on Mac (#967) 2019-06-27 02:58:21 -04:00
app_delegate.rs Change Suspended(true/false) => Suspended/Resumed (#959) 2019-06-21 20:59:31 -06:00
app_state.rs macOS: fixes app termination (#1234) 2019-10-23 17:24:50 +03:00
event.rs X11: Sync key press/release with window focus (#1296) 2019-12-07 15:51:37 -07:00
event_loop.rs Have EventLoopClosed contain the original event (#1294) 2019-12-07 10:22:03 -07:00
ffi.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
mod.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
monitor.rs Miscellaneous small changes (#1238) 2019-10-23 19:45:25 -04:00
observer.rs Fix invalid_value lint triggering on mem::zeroed of CFRunLoopSourceContext (#1271) 2019-11-11 15:50:31 -07:00
view.rs Add ModifiersChanged event for macOS (#1268) 2019-12-13 00:48:32 +03:00
window.rs Fix so the compiler can infer msg_send! return types (#1227) 2019-10-18 11:33:40 -04:00
window_delegate.rs Update fullscreen state on macOS before entering fullscreen (#1196) 2019-10-05 16:23:06 -04:00