Ivan Mironov
Ivan Mironov
> This should already be handled by eframe: cmd-q should already quit the applciation on Mac, and Alt-F4 on windows Ctrl-Q/Ctrl-W currently have no effect in Linux.
Do I understand this right: neither `eframe` nor `winit` handles Command-Q on macOS by themselves, they just receive some "close this window" event from the macOS windowing system? If this...
Hi! I am interested in this feature so I decided to review your changes. Here is what I have found: * `tcp_listener` [is in a non-blocking mode](https://github.com/gwen-lg/puffin/blob/9938819b55bf2062fe73b9d1bf9bdde991f05199/puffin_http/src/server.rs#L243) and the [the...
I tried to implement this on my own: https://github.com/EmbarkStudios/puffin/pull/264