Spatial Gestures (visionOS) visionOS uses eye tracking + hand gestures instead of touch. Tap Gesture (look + pinch) Drag Gesture (pinch + move) Long Press Indirect Gestures (SwiftUI views) Standard SwiftUI gestures work on 2D windows via eye tracking: Rules 1. ALL interactive SwiftUI elements MUST have for eye tracking feedback 2. Use for 3D entity interaction 3. Use for spatial dragging 4. Standard SwiftUI gestures work on 2D window content via eye tracking 5. No haptic feedback available — use visual and audio feedback instead 6. Minimum interactive target size: 60x60 points ---