Informs the view that the user has pressed a key.
SDKs
- macOS 10.15+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
@objc override dynamic func keyDown(with event: NSEvent)
Parameters
event
An object encapsulating information about the key-down event.
Discussion
The view handles the event instead of passing it to the next responder. See NSResponder
for more information about the responder chain.