Contents

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.

See Also

Getting general event information