I'd like to intercept mouse clicks in my SCNScene while keeping the defaultCameraController active. How can I do this? I currently implement
on my NSViewController - but the function doesn't get called when using the cameraController.
Code Block override func mouseDown(with event: NSEvent)
on my NSViewController - but the function doesn't get called when using the cameraController.