| Index: client/dom/generated/src/interface/KeyboardEvent.dart
|
| diff --git a/client/dom/generated/src/interface/KeyboardEvent.dart b/client/dom/generated/src/interface/KeyboardEvent.dart
|
| index cec6549d0ef0b822fd09504e4415ff15770fb879..2c77458e0899922680f203b00dc5fb4f009f19ba 100644
|
| --- a/client/dom/generated/src/interface/KeyboardEvent.dart
|
| +++ b/client/dom/generated/src/interface/KeyboardEvent.dart
|
| @@ -6,14 +6,6 @@
|
|
|
| interface KeyboardEvent extends UIEvent {
|
|
|
| - static final int KEY_LOCATION_LEFT = 0x01;
|
| -
|
| - static final int KEY_LOCATION_NUMPAD = 0x03;
|
| -
|
| - static final int KEY_LOCATION_RIGHT = 0x02;
|
| -
|
| - static final int KEY_LOCATION_STANDARD = 0x00;
|
| -
|
| bool get altGraphKey();
|
|
|
| bool get altKey();
|
| @@ -28,8 +20,6 @@ interface KeyboardEvent extends UIEvent {
|
|
|
| bool get shiftKey();
|
|
|
| - bool getModifierState(String keyIdentifierArg);
|
| -
|
| void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
|
| }
|
|
|
|
|