I’m trying to detect a two finger swipe from the iPad hardware keyboard’s touchpad, essentially a gesture that is used for scrolling.
When using UIPanGestureRecognizer
it only detects gestures while the touchpad button is pressed. Using UIHoverGestureRecognizer
will only work with one finger sliding over the touchpad.
Is there any way to get this two finger scroll gesture?