1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:57:36 +00:00

LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)

This commit is contained in:
Andreas Kling 2021-09-27 23:22:21 +02:00
parent 09153b8997
commit 554c344ffe
9 changed files with 221 additions and 4 deletions

View file

@ -11,7 +11,7 @@
namespace Web::UIEvents {
class MouseEvent final : public UIEvents::UIEvent {
class MouseEvent final : public UIEvent {
public:
using WrapperType = Bindings::MouseEventWrapper;