ladybird/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
EventNames.h
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
UIEvent.idl