mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
Now, along with the mouse events we also dispatch pointerup, pointerdown and pointermove. With this change shape painting works on https://excalidraw.com/
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
pointerdown at (10, 20)
|
|
mousedown at (10, 20)
|
|
pointerup at (10, 20)
|
|
mouseup at (10, 20)
|