1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:07:45 +00:00

LibWeb: Dispatch "wheel" event

This commit is contained in:
Aliaksandr Kalenik 2022-10-17 20:54:01 +03:00 committed by Linus Groh
parent 97dc1585b1
commit 501fb1cccb
8 changed files with 176 additions and 12 deletions

View file

@ -184,6 +184,7 @@ libweb_js_bindings(UIEvents/FocusEvent)
libweb_js_bindings(UIEvents/KeyboardEvent)
libweb_js_bindings(UIEvents/MouseEvent)
libweb_js_bindings(UIEvents/UIEvent)
libweb_js_bindings(UIEvents/WheelEvent)
libweb_js_bindings(URL/URL)
libweb_js_bindings(URL/URLSearchParams ITERABLE)
libweb_js_bindings(WebGL/WebGLContextEvent)