window
The window object associated with the event.
Declaration
weak var window: NSWindow? { get }Discussion
Periodic events do not have a window. The result of accessing this property on a periodic event is undefined.
The window object associated with the event.
weak var window: NSWindow? { get }Periodic events do not have a window. The result of accessing this property on a periodic event is undefined.