mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 13:50:58 +00:00
The faux position we created here is adjusted by the device pixel ratio later on, which would invoke integer overflow on screens with a DPR greater than 1. Instead of creating special data for a mouse move event, let's just add an explicit leave event handler. |
||
|---|---|---|
| .. | ||
| DragAndDropEventHandler.cpp | ||
| DragAndDropEventHandler.h | ||
| EventHandler.cpp | ||
| EventHandler.h | ||
| EventResult.h | ||
| InputEvent.cpp | ||
| InputEvent.h | ||
| Page.cpp | ||
| Page.h | ||