Open rscarson opened 1 month ago
I think this is a valid feature. I just don't think enabled
is the right name for that property. Maybe mouse-pass-through
? Or an mouse-behavior enum?
I think this is a valid feature. I just don't think
enabled
is the right name for that property. Maybemouse-pass-through
? Or an mouse-behavior enum?
An enum would be cool Consume, pass through, one that does both?
For context, see this discussion
If
PopupWindow
could provide anenabled
property, which if false would prevent it from eating mouse inputs, it would widen the usecases for itAlternatively, it could prevent eating mouse inputs outside it's geometry