mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename SharedKeyboardAndMouseEventInit to EventModifierInit
This commit is contained in:
parent
2239e827bd
commit
d26bb29bb2
4 changed files with 5 additions and 5 deletions
|
@ -499,7 +499,7 @@ interface MouseEvent : UIEvent {
|
|||
boolean getModifierState (DOMString keyArg);
|
||||
};
|
||||
|
||||
dictionary MouseEventInit : SharedKeyboardAndMouseEventInit {
|
||||
dictionary MouseEventInit : EventModifierInit {
|
||||
long screenX = 0;
|
||||
long screenY = 0;
|
||||
long clientX = 0;
|
||||
|
@ -509,7 +509,7 @@ dictionary MouseEventInit : SharedKeyboardAndMouseEventInit {
|
|||
EventTarget? relatedTarget = null;
|
||||
};
|
||||
|
||||
dictionary SharedKeyboardAndMouseEventInit : UIEventInit {
|
||||
dictionary EventModifierInit : UIEventInit {
|
||||
boolean ctrlKey = false;
|
||||
boolean shiftKey = false;
|
||||
boolean altKey = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue