handle(_:client:)
Handles key down and mouse events.
Declaration
func handle(_ event: NSEvent!, client sender: Any!) -> BoolParameters
- event:
The event to handle.
- sender:
The client object sending the event.
Handles key down and mouse events.
func handle(_ event: NSEvent!, client sender: Any!) -> BoolThe event to handle.
The client object sending the event.