swipeWithEvent handler in SwiftUI

140 Views Asked by At

I'd like to handle swipe events in my mac SwiftUI app. Normally I would override swipeWithEvent but it doesn't look like I can do that from within a SwiftUI view? How do I subscribe to these events?

0

There are 0 best solutions below