mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Add a test for mouse{over,out,enter,leave} events
This commit is contained in:
parent
4ae2eaead1
commit
0652d159cf
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 0652d159cf
Pull-request: https://github.com/SerenityOS/serenity/pull/23706
5 changed files with 83 additions and 0 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
void commit_text();
|
||||
|
||||
void click(double x, double y);
|
||||
void move_pointer_to(double x, double y);
|
||||
void wheel(double x, double y, double delta_x, double delta_y);
|
||||
|
||||
WebIDL::ExceptionOr<bool> dispatch_user_activated_event(DOM::EventTarget&, DOM::Event& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue