LibWeb: Implement the Gamepad API with SDL3

This commit is contained in:
Luke Wilde 2025-08-18 17:27:00 +01:00 committed by Andreas Kling
parent 50dcd8fc85
commit 74e0483ea5
Notes: github-actions[bot] 2025-09-01 19:11:57 +00:00
36 changed files with 1848 additions and 50 deletions

View file

@ -126,6 +126,9 @@ libweb_js_bindings(FileAPI/FileList)
libweb_js_bindings(FileAPI/FileReader)
libweb_js_bindings(FileAPI/FileReaderSync)
libweb_js_bindings(Gamepad/Gamepad)
libweb_js_bindings(Gamepad/GamepadButton)
libweb_js_bindings(Gamepad/GamepadEvent)
libweb_js_bindings(Gamepad/GamepadHapticActuator)
libweb_js_bindings(Geolocation/Geolocation)
libweb_js_bindings(Geolocation/GeolocationCoordinates)
libweb_js_bindings(Geolocation/GeolocationPosition)