blob: 1966c897183539f277ff26647a760da38d2bdb6b [file] [log] [blame]
// Copyright (c) 2012, 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.
$!COMMENT
abstract class $ID$EXTENDS {
$!MEMBERS
/** @domName WheelEvent.deltaX */
abstract num get deltaX;
/** @domName WheelEvent.deltaY */
abstract num get deltaY;
/** @domName WheelEvent.deltaMode */
abstract int get deltaMode;
}