1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:17:36 +00:00
serenity/Userland/Libraries/LibWeb/UIEvents
Idan Horowitz ad8e2f481d LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
These provide the cursor coordinate within the viewport at which the
event occurred (as opposed to the page relative coordinates exposed via
offsetX, offsetY).
2021-04-15 20:22:08 +02:00
..
EventNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventNames.h LibWeb: Dispatch "resize" events on the Window object 2021-03-16 18:10:21 +01:00
MouseEvent.cpp LibWeb: Expose the MouseEvent::{clientX, clientY} attributes 2021-04-15 20:22:08 +02:00
MouseEvent.h LibWeb: Expose the MouseEvent::{clientX, clientY} attributes 2021-04-15 20:22:08 +02:00
MouseEvent.idl LibWeb: Expose the MouseEvent::{clientX, clientY} attributes 2021-04-15 20:22:08 +02:00
UIEvent.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UIEvent.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00