mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
Implements pageX and pageY attributes
This commit is contained in:
parent
58c61d3aed
commit
4b93a2350c
5 changed files with 49 additions and 15 deletions
|
@ -10,6 +10,8 @@ interface MouseEvent : UIEvent {
|
|||
readonly attribute long screenY;
|
||||
readonly attribute long clientX;
|
||||
readonly attribute long clientY;
|
||||
readonly attribute long pageX;
|
||||
readonly attribute long pageY;
|
||||
readonly attribute boolean ctrlKey;
|
||||
readonly attribute boolean shiftKey;
|
||||
readonly attribute boolean altKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue