Skip to content

Instantly share code, notes, and snippets.

@edudnyk
Created October 7, 2021 21:43
Show Gist options
  • Save edudnyk/da3b9d1c1ac6f83ef0b956bf90371ed2 to your computer and use it in GitHub Desktop.
Save edudnyk/da3b9d1c1ac6f83ef0b956bf90371ed2 to your computer and use it in GitHub Desktop.
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
extension SwiftUI._ViewTest {
public typealias Touch = (location: CoreGraphics.CGPoint, globalLocation: CoreGraphics.CGPoint?, timestamp: Foundation.Date)
public func sendTouchSequence(_ touches: [Self.Touch])
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment