adamwulf / HandShadowsExample

An example app for the HandShadows Swift package
https://github.com/adamwulf/HandShadows/
MIT License
11 stars 0 forks source link

Can you provide an example of a situation where an iOS app is running in (Designed for iPad) mode? #1

Open tigrim opened 8 months ago

tigrim commented 8 months ago

Can you provide an example of a situation where an iOS app is running in (Designed for iPad) mode? 😊📱

adamwulf commented 8 months ago

The pointer interaction is working for me in Designed for iPad mode. I'm not quite sure how pinch/pan would work, I'll have to see how the touch locations for multi-finger gestures appear on a trackpad. good idea :)

tigrim commented 8 months ago

Most likely, you won't have information about numberOfTouches and touch positions. Only the initial pointer point and scale. A good challenge is to implement it ;) 🚀