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:
parent
09153b8997
commit
554c344ffe
9 changed files with 221 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace Web::UIEvents {
|
||||
|
||||
class MouseEvent final : public UIEvents::UIEvent {
|
||||
class MouseEvent final : public UIEvent {
|
||||
public:
|
||||
using WrapperType = Bindings::MouseEventWrapper;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue