[pointerevents] Pull Request: Use `float` instead of `double` for `altitudeAngle` and `azimuthAngle`

jrandolf has just submitted a new pull request for https://github.com/w3c/pointerevents:

== Use `float` instead of `double` for `altitudeAngle` and `azimuthAngle` ==
Altitude angle and azimuth angle are computed always computed with 32-bit floating points. For example, on macOS, https://developer.apple.com/documentation/appkit/nsevent/1534226-tilt. A priori, using a double doesn't offer more precision.

See https://github.com/w3c/pointerevents/pull/485


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 5 October 2023 21:44:13 UTC