| Index: sky/engine/core/events/PointerEvent.idl
|
| diff --git a/sky/engine/core/events/PointerEvent.idl b/sky/engine/core/events/PointerEvent.idl
|
| index 76979f5fc41f2e683614a1d634bd34794de3176b..3f69823f6536e036aa01988d84e2fc3d4aa1a0cb 100644
|
| --- a/sky/engine/core/events/PointerEvent.idl
|
| +++ b/sky/engine/core/events/PointerEvent.idl
|
| @@ -9,8 +9,8 @@
|
| [InitializedByEventConstructor] readonly attribute DOMString kind;
|
| [InitializedByEventConstructor] readonly attribute double x;
|
| [InitializedByEventConstructor] readonly attribute double y;
|
| - [InitializedByEventConstructor] readonly attribute double dx;
|
| - [InitializedByEventConstructor] readonly attribute double dy;
|
| + [InitializedByEventConstructor] attribute double dx;
|
| + [InitializedByEventConstructor] attribute double dy;
|
| [InitializedByEventConstructor] readonly attribute long buttons;
|
| [InitializedByEventConstructor] readonly attribute boolean down;
|
| [InitializedByEventConstructor] readonly attribute boolean primary;
|
|
|