mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
f74b612aa4
This commit also does a bit of general cleanup on the header file.
10 lines
228 B
Text
10 lines
228 B
Text
#import <UIEvents/UIEvent.idl>
|
|
|
|
dictionary EventModifierInit : UIEventInit {
|
|
boolean ctrlKey = false;
|
|
boolean shiftKey = false;
|
|
boolean altKey = false;
|
|
boolean metaKey = false;
|
|
|
|
// FIXME: modifier* fields
|
|
};
|