mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
LibWeb/UIEvents: Implement TextEvent
This commit is contained in:
parent
86e20ea246
commit
f610a12671
Notes:
github-actions[bot]
2024-10-08 09:46:36 +00:00
Author: https://github.com/jamierocks
Commit: f610a12671
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
10 changed files with 102 additions and 1 deletions
|
@ -731,6 +731,7 @@ class InputEvent;
|
|||
class KeyboardEvent;
|
||||
class MouseEvent;
|
||||
class PointerEvent;
|
||||
class TextEvent;
|
||||
class UIEvent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue