| Index: client/html/generated/src/interface/WheelEvent.dart
|
| diff --git a/client/html/generated/src/interface/WheelEvent.dart b/client/html/generated/src/interface/WheelEvent.dart
|
| deleted file mode 100644
|
| index 6eebf24685fbe7231e3938abb847e89d7ca52fdb..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/WheelEvent.dart
|
| +++ /dev/null
|
| @@ -1,40 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface WheelEvent extends UIEvent {
|
| -
|
| - bool get altKey();
|
| -
|
| - int get clientX();
|
| -
|
| - int get clientY();
|
| -
|
| - bool get ctrlKey();
|
| -
|
| - bool get metaKey();
|
| -
|
| - int get offsetX();
|
| -
|
| - int get offsetY();
|
| -
|
| - int get screenX();
|
| -
|
| - int get screenY();
|
| -
|
| - bool get shiftKey();
|
| -
|
| - int get wheelDelta();
|
| -
|
| - int get wheelDeltaX();
|
| -
|
| - int get wheelDeltaY();
|
| -
|
| - int get x();
|
| -
|
| - int get y();
|
| -
|
| - void initWheelEvent(int wheelDeltaX, int wheelDeltaY, Window view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
|
| -}
|
|
|