Files
ladybird/Tests/LibWeb/Text/expected/UIEvents/pointer-events.txt
Aliaksandr Kalenik 8614e0f856 LibWeb: Dispatch pointer events in EventHandler
Now, along with the mouse events we also dispatch pointerup, pointerdown
and pointermove.

With this change shape painting works on https://excalidraw.com/
2024-11-22 00:32:58 +01:00

5 lines
88 B
Plaintext

pointerdown at (10, 20)
mousedown at (10, 20)
pointerup at (10, 20)
mouseup at (10, 20)