Handles the case where an event or action message falls off the end of the responder chain.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
func noResponder(for eventSelector: Selector)
Parameters
eventSelector
A selector identifying the action or event message.
Discussion
The default implementation beeps if event
is key
.