summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/UIEvents/MouseEvent.idl
AgeCommit message (Expand)Author
2022-12-31LibWeb: Support MouseEvent.{pageX,pageY}Itamar
2022-11-07LibWeb: Expose MouseEvent.{screenX,screenY}Luke Wilde
2022-10-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-04-09LibWeb: Bring MouseEvent a bit closer to specIgor Pissolati
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