1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:27:36 +00:00

IDL: Add missing #imports

This commit is contained in:
Matthew Olsson 2023-11-08 11:04:56 -07:00 committed by Andreas Kling
parent 3ff481938e
commit 1a94241f58
30 changed files with 47 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#import <UIEvents/UIEvent.idl>
// https://w3c.github.io/uievents/#mouseevent
[Exposed=Window]
interface MouseEvent : UIEvent {

View file

@ -1,4 +1,5 @@
#import <DOM/Event.idl>
#import <HTML/Window.idl>
// https://w3c.github.io/uievents/#uievent
[Exposed=Window]