summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/UIEvents/MouseEvent.idl
AgeCommit message (Expand)Author
2022-02-07LibWeb: Add MouseEvent.x and MouseEvent.yAndreas Kling
2021-10-01LibWeb: Change the parent interface of MouseEvent to UIEventIdan Horowitz
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling