cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.1k stars 109 forks source link

Request: Support cmd+q on macOS #4

Closed phrohdoh closed 5 years ago

cloudhead commented 5 years ago

This now works via the glfw backend. Please re-open if you’re still encountering the issue 👍

phrohdoh commented 5 years ago

Does winit not provide support for this at all?

cloudhead commented 5 years ago

Not out of the box - it would require extra code in rx as far as I know. glfw is now the default on master, because it also just works better overall on macOS.