UIImpactFeedbackGenerator/impactOccurred(at:) support?

New in iOS 17.5 is UIImpactFeedbackGenerator/impactOccurred(at:), which generates haptic feedback at a specific screen location. https://developer.apple.com/documentation/uikit/uiimpactfeedbackgenerator/4403143-impactoccurred

Which devices support this?

How does this work if the Taptic Engine has a fixed physical location?

UIImpactFeedbackGenerator/impactOccurred(at:) support?
 
 
Q