mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb/UIEvents: Implement InputEvent
This commit is contained in:
parent
60d9c3929c
commit
9fce70069d
Notes:
github-actions[bot]
2024-10-08 09:46:48 +00:00
Author: https://github.com/jamierocks
Commit: 9fce70069d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/701
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3
9 changed files with 106 additions and 0 deletions
|
@ -726,6 +726,7 @@ class SVGTitleElement;
|
|||
}
|
||||
|
||||
namespace Web::UIEvents {
|
||||
class InputEvent;
|
||||
class KeyboardEvent;
|
||||
class MouseEvent;
|
||||
class PointerEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue