I’m attempting to experiment with using Pan (Swift), but it keeps priortizing horizontal over vertical, all it takes is 1 pixel difference. I’ve also tried Swipe which is somewhat better, I also need to detect when guesture is done (touchEnded)
The idea is to send a “key” value depending on what is done
“U”,“D”,“L”,“R” for the major direction detected
and “#” when ended.
This way the app will continue to process the “direction” until is recieves the “#” (stop) command