| Index: mojo/services/input_events/public/interfaces/input_events.mojom
|
| diff --git a/mojo/services/input_events/public/interfaces/input_events.mojom b/mojo/services/input_events/public/interfaces/input_events.mojom
|
| index c576496123ad6e1605895b5fa9b74365c6505f91..008626572d0efd09cb1db132d5128aa7f3c5c9f6 100644
|
| --- a/mojo/services/input_events/public/interfaces/input_events.mojom
|
| +++ b/mojo/services/input_events/public/interfaces/input_events.mojom
|
| @@ -50,8 +50,12 @@ struct KeyData {
|
| struct PointerData {
|
| int32 pointer_id;
|
| PointerKind kind;
|
| + // |x| and |y| are in the coordinate system of the View.
|
| float x;
|
| float y;
|
| + // |screen_x| and |screen_y| are in screen coordinates.
|
| + float screen_x;
|
| + float screen_y;
|
| float pressure;
|
| float radius_major;
|
| float radius_minor;
|
|
|