LibWeb/UIEvents: Implement TextEvent

This commit is contained in:
Jamie Mansfield 2024-10-05 14:44:59 +01:00 committed by Andreas Kling
commit f610a12671
Notes: github-actions[bot] 2024-10-08 09:46:36 +00:00
10 changed files with 102 additions and 1 deletions

View file

@ -731,6 +731,7 @@ class InputEvent;
class KeyboardEvent;
class MouseEvent;
class PointerEvent;
class TextEvent;
class UIEvent;
}