handleEvent(_:)
Tells the Cocoa text input system to handle mouse or key events.
Declaration
func handleEvent(_ event: NSEvent) -> BoolParameters
- event:
The event to handle.
Tells the Cocoa text input system to handle mouse or key events.
func handleEvent(_ event: NSEvent) -> BoolThe event to handle.