A Boolean value that indicates whether the window is transparent to mouse events.
SDK
- macOS 10.2+
Framework
- App
Kit
Declaration
var ignoresMouseEvents: Bool { get set }
Discussion
The value of this property is true
when the window is transparent to mouse events; otherwise, false
.