Skip to content

Commit

Permalink
Update custom IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Oct 1, 2023
1 parent f42f96b commit d9c1a99
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom/idl/uievents.idl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ partial interface KeyboardEvent {
readonly attribute DOMString keyIdentifier;
};

partial interface MouseEvent {
// https://chromium.googlesource.com/chromium/src/+/6ad4130faeeead16d8bf620c4387283da143ac09/third_party/blink/renderer/core/events/mouse_event.idl#75
readonly attribute long layerX;
readonly attribute long layerY;
};

[Exposed=Window]
interface MouseScrollEvent : Event {
};
Expand Down

0 comments on commit d9c1a99

Please sign in to comment.