summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/UIEvents/MouseEvent.idl
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-12 12:17:30 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-12 12:17:46 +0100
commit13d7c09125f8eec703d0a43a9a87fc8aa08f7319 (patch)
tree70fd643c429cea5c1f9362c2674511d17a53f3b5 /Libraries/LibWeb/UIEvents/MouseEvent.idl
parentdc28c07fa526841e05e16161c74a6c23984f1dd5 (diff)
downloadserenity-13d7c09125f8eec703d0a43a9a87fc8aa08f7319.zip
Libraries: Move to Userland/Libraries/
Diffstat (limited to 'Libraries/LibWeb/UIEvents/MouseEvent.idl')
-rw-r--r--Libraries/LibWeb/UIEvents/MouseEvent.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/Libraries/LibWeb/UIEvents/MouseEvent.idl b/Libraries/LibWeb/UIEvents/MouseEvent.idl
deleted file mode 100644
index 2751f2353a..0000000000
--- a/Libraries/LibWeb/UIEvents/MouseEvent.idl
+++ /dev/null
@@ -1,6 +0,0 @@
-interface MouseEvent : Event {
-
- readonly attribute double offsetX;
- readonly attribute double offsetY;
-
-};