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:
parent
ba8704243e
commit
9aadc6c8c9
11 changed files with 174 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue