mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
7 lines
113 B
Text
7 lines
113 B
Text
|
|
interface MouseEvent : Event {
|
||
|
|
|
||
|
|
readonly attribute double offsetX;
|
||
|
|
readonly attribute double offsetY;
|
||
|
|
|
||
|
|
}
|