mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Implement mouseevent.which (needed for enyojs sampler).
This commit is contained in:
parent
2a2c7e18c0
commit
2e074ce452
3 changed files with 18 additions and 1 deletions
|
@ -19,6 +19,9 @@ interface MouseEvent : UIEvent {
|
|||
// Introduced in DOM Level 3
|
||||
//readonly attribute unsigned short buttons;
|
||||
//boolean getModifierState (DOMString keyArg);
|
||||
|
||||
[Throws]
|
||||
readonly attribute long which;
|
||||
};
|
||||
|
||||
// https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#idl-def-MouseEventInit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue