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

@ -805,6 +805,7 @@ class RequestList;
namespace Web::Internals {
class Internals;
class InternalGamepad;
class WebUI;
}