Files
ladybird/Libraries/LibWeb/Gamepad
Sam Atkins f2dd3d89d1 LibWeb/Gamepad: Ignore physical gamepads when running in test mode
This solves the issue where having a gamepad connected to a machine
running tests would cause different results for a few gamepad-related
tests.

Conveniently, all our fake testing gamepads are "virtual" in SDL, and
those are the only virtual ones.
2026-01-20 06:58:16 -05:00
..