| Index: sky/engine/core/events/GestureEvent.idl
|
| diff --git a/sky/engine/core/events/GestureEvent.idl b/sky/engine/core/events/GestureEvent.idl
|
| index 37b9ed5ec1bab25437a474d733bc63b6ef31994f..5d2f306093742b2abae034bfd6f5d32f4844abff 100644
|
| --- a/sky/engine/core/events/GestureEvent.idl
|
| +++ b/sky/engine/core/events/GestureEvent.idl
|
| @@ -5,6 +5,7 @@
|
| [
|
| EventConstructor,
|
| ] interface GestureEvent : Event {
|
| + [InitializedByEventConstructor] readonly attribute long primaryPointer;
|
| [InitializedByEventConstructor] readonly attribute double x;
|
| [InitializedByEventConstructor] readonly attribute double y;
|
| [InitializedByEventConstructor] readonly attribute double dx;
|
|
|