Mouse events when using defaultCameraController

I'd like to intercept mouse clicks in my SCNScene while keeping the defaultCameraController active. How can I do this? I currently implement  

Code Block
override func mouseDown(with event: NSEvent)


on my NSViewController - but the function doesn't get called when using the cameraController.
Mouse events when using defaultCameraController
 
 
Q