Contents

currentEvent

The event currently being processed by the application.

Declaration

var currentEvent: NSEvent? { get }

Discussion

The value of this property is given by calling by invoking the NSApplication method currentEvent.

See Also

Handling Events