mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +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
|
@ -191,6 +191,7 @@ libweb_js_wrapper(HTML/HTMLTableRowElement)
|
|||
libweb_js_wrapper(HTML/HTMLTitleElement)
|
||||
libweb_js_wrapper(HTML/ImageData)
|
||||
libweb_js_wrapper(UIEvents/MouseEvent)
|
||||
libweb_js_wrapper(UIEvents/UIEvent)
|
||||
|
||||
get_property(WRAPPER_SOURCES GLOBAL PROPERTY wrapper_sources)
|
||||
set(SOURCES ${SOURCES} ${WRAPPER_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue