mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibWeb: Add UIEvent class (base of MouseEvent, and others)
This commit is contained in:
parent
ef711f501e
commit
c95a1fe3a3
5 changed files with 59 additions and 5 deletions
3
Libraries/LibWeb/UIEvents/UIEvent.idl
Normal file
3
Libraries/LibWeb/UIEvents/UIEvent.idl
Normal file
|
@ -0,0 +1,3 @@
|
|||
interface UIEvent : Event {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue