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?