Files
react-native/packages
Alex Danoff 3460ff5d04 W3CPointerEvents: include screen coordinates in pointer events (#38222)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38222

Changelog: [Android] [Fixed] - W3CPointerEvents: include screen coordinates in pointer events

The [spec](https://www.w3.org/TR/uievents/#idl-mouseevent) says there should be properties on mouse events (and hence pointer events) indicating the screen coordinates of the event (i.e. coords relative to screen of the device).

This change adds those properties.

Reviewed By: javache

Differential Revision: D47162962

fbshipit-source-id: 5bb9780882459b3550bbac792b7d7cf9f5c10860
2023-07-06 10:26:42 -07:00
..