LibWeb: Add tests for Gamepad API by utilising virtual SDL3 joysticks

This commit is contained in:
Luke Wilde 2025-08-18 17:28:06 +01:00 committed by Andreas Kling
parent 74e0483ea5
commit 9adf27f009
Notes: github-actions[bot] 2025-09-01 19:11:51 +00:00
28 changed files with 897 additions and 0 deletions

View file

@ -307,6 +307,7 @@ libweb_js_bindings(IndexedDB/IDBRequest)
libweb_js_bindings(IndexedDB/IDBTransaction)
libweb_js_bindings(IndexedDB/IDBVersionChangeEvent)
libweb_js_bindings(Internals/InternalAnimationTimeline)
libweb_js_bindings(Internals/InternalGamepad)
libweb_js_bindings(Internals/Internals)
libweb_js_bindings(Internals/WebUI)
libweb_js_bindings(IntersectionObserver/IntersectionObserver)