| Index: client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| index a414d566e3d5e972afe832b916b60c7168c7ae76..53f7f5971831323a80e601d054fb416f5469dcf8 100644
|
| --- a/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_MouseEventWrappingImplementation.dart
|
| @@ -56,6 +56,12 @@ class _MouseEventWrappingImplementation extends _UIEventWrappingImplementation i
|
| Node get toElement() { return _get_toElement(this); }
|
| static Node _get_toElement(var _this) native;
|
|
|
| + int get webkitMovementX() { return _get_webkitMovementX(this); }
|
| + static int _get_webkitMovementX(var _this) native;
|
| +
|
| + int get webkitMovementY() { return _get_webkitMovementY(this); }
|
| + static int _get_webkitMovementY(var _this) native;
|
| +
|
| int get x() { return _get_x(this); }
|
| static int _get_x(var _this) native;
|
|
|
|
|