Feature Description
On macOS, by default the first click on a window only sets the focus but does not pass the event through to Slint. This can be configured on the native NSView ("acceptsFirstMouse"), which would have to happen in winit. The suggestion is to introduce a flag that makes this configurable at the Slint level. API docs are here:
https://developer.apple.com/documentation/appkit/nsview/acceptsfirstmouse(for:)
Product Impact
I'm building a desktop application with a node editor and the first click is often on a node, so users expect the node to be selected.