Catalyst: Detect scrolling of mouse?

I have a SCNView with a UIPinchGestureRecognizer for zooming. This gesture recognizer works nicely on trackpads, but not with a computer mouse. Therefore I'd like to intercept the scrolling of a mouse as a fallback to accomplish the zooming.


Unfortunately I cannot figure out how to detect the scrolling of a mouse on Catalyst in a view, is there any way to do that?

...

I know this is years old, but did you find a solution? I cannot move the camera in my Catalyst SCNView...

Catalyst: Detect scrolling of mouse?
 
 
Q