LibWeb/UIEvents: Implement InputEvent

This commit is contained in:
Jamie Mansfield 2024-07-18 19:35:14 +01:00 committed by Andreas Kling
commit 9fce70069d
Notes: github-actions[bot] 2024-10-08 09:46:48 +00:00
9 changed files with 106 additions and 0 deletions

View file

@ -726,6 +726,7 @@ class SVGTitleElement;
}
namespace Web::UIEvents {
class InputEvent;
class KeyboardEvent;
class MouseEvent;
class PointerEvent;