mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
Instead of defining somewhat high level mouse actions, allow granular control of mouse clicks and mouse down/up/move events. We will want to simulate things like holding down a mouse button after double clicking and then dragging the mouse to another position in the future, and this enables that.
5 lines
96 B
HTML
5 lines
96 B
HTML
<a href="https://xn--a.com">Invalid URL</a>
|
|
<script>
|
|
internals.mouseMove(30, 20);
|
|
</script>
|