skia2/tools/sk_app/ios
Jim Van Verth d0cf5da20d Hook up pinch-zoom and swipe gestures.
Sets UIPinchGestureRecognizer and UISwipeGestureRecognizers and
passes the result down to the sk_app::Window. To simplify detection,
swipes take precedence over pans, and pans require a single touch.
This is less flexible for the app, but in most cases I think is
what we want.

Bug: skia:8737
Change-Id: Ib031b6ad465d3a353da29d7e0b48a666d4ff8b9a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/239776
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-09-10 13:34:47 +00:00
..
GLWindowContext_ios.mm Get Metal running on iOS viewer. 2019-09-03 14:07:39 +00:00
main_ios.mm Switch to new IOS windowing system. 2019-08-29 20:13:03 +00:00
MetalWindowContext_ios.mm Get Metal running on iOS viewer. 2019-09-03 14:07:39 +00:00
RasterWindowContext_ios.mm Get Metal running on iOS viewer. 2019-09-03 14:07:39 +00:00
Window_ios.h Switch to new IOS windowing system. 2019-08-29 20:13:03 +00:00
Window_ios.mm Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
WindowContextFactory_ios.h Get Metal running on iOS viewer. 2019-09-03 14:07:39 +00:00