mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
LibWeb: Move MouseEvent into the UIEvents namespace
Named after the UIEvents specification that houses MouseEvent.
This commit is contained in:
parent
c99a3efc5b
commit
8b55d3d86e
7 changed files with 17 additions and 16 deletions
6
Libraries/LibWeb/UIEvents/MouseEvent.idl
Normal file
6
Libraries/LibWeb/UIEvents/MouseEvent.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
interface MouseEvent : Event {
|
||||
|
||||
readonly attribute double offsetX;
|
||||
readonly attribute double offsetY;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue