Files
winit/src/platform_impl
Mads Marquart 3a0928af45 macOS: Improve event queuing (#3708)
* Use AppKit's internal queuing mechanisms

This allows events to be queued in a more consistent order, they're now
interleaved with events that we handle immediately (like redraw events),
instead of being handled afterwards.

* Only queue events if necessary

This makes the call stack / backtraces easier to understand whenever
possible, and generally improves upon the order in which events are
delivered.
2024-06-10 18:40:33 +03:00
..
2024-06-10 18:40:33 +03:00
2024-06-10 18:40:33 +03:00
2024-04-26 17:11:44 +02:00