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

LibWeb: Add missing EventModifierInit fields and getModifierState

This commit is contained in:
Bastiaan van der Plaat 2024-01-19 18:52:45 +01:00 committed by Andreas Kling
parent ba8704243e
commit 9aadc6c8c9
11 changed files with 174 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#import <UIEvents/UIEvent.idl>
#import <UIEvents/EventModifier.idl>
// https://w3c.github.io/uievents/#mouseevent
[Exposed=Window]
@ -31,7 +31,7 @@ interface MouseEvent : UIEvent {
// FIXME: readonly attribute EventTarget? relatedTarget;
// FIXME: boolean getModifierState(DOMString keyArg);
boolean getModifierState(DOMString keyArg);
};
// https://w3c.github.io/uievents/#idl-mouseeventinit