winit/src/platform_impl/macos
Mads Marquart 63a7c02492
Consistently emit extra mouse motion events (#3601)
In particular, we don't want to emit those events inside of
`pressureChangeWithEvent:`, since the mouse motion value is sometimes
outdated.

Additionally, we want to ensure the events have been emitted during
other gestures.

Fixes https://github.com/rust-windowing/winit/issues/3516
2024-03-28 19:18:03 +01:00
..
app.rs macOS: Remove global HANDLER and AppState (#3389) 2024-01-14 03:37:53 +01:00
app_delegate.rs api: add ApplicationHandler and matching run APIs 2024-03-05 16:13:14 +04:00
cursor.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
event.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
event_handler.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
event_loop.rs macOS: Refactor event handler storage (#3532) 2024-02-28 04:33:47 +01:00
ffi.rs Replace remaining AppKit bindings with icrate's (#3296) 2023-12-23 23:07:55 +01:00
menu.rs Fix various typos 2024-02-19 08:58:44 +04:00
mod.rs macOS: Refactor event handler storage (#3532) 2024-02-28 04:33:47 +01:00
monitor.rs Rename VideoMode to VideoModeHandle (#3328) 2023-12-26 22:12:33 +01:00
observer.rs Fix warnings with latest nightly 2024-02-19 08:47:32 +04:00
util.rs Replace log with tracing 2024-03-01 20:45:31 +04:00
view.rs Consistently emit extra mouse motion events (#3601) 2024-03-28 19:18:03 +01:00
window.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
window_delegate.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00