ladybird/Libraries/LibWeb/Gamepad
Andreas Kling 706eb0018c LibGC+LibWeb: Mark two GC::Cell functions as MUST_UPCALL
Let's make sure that subclasses always call their base class when
overriding these virtuals:

- void finalize()
- void visit_edges(Visitor&)
2026-02-06 13:50:54 +01:00
..
EventNames.cpp
EventNames.h
Gamepad.cpp LibGC+LibWeb: Mark two GC::Cell functions as MUST_UPCALL 2026-02-06 13:50:54 +01:00
Gamepad.h LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
Gamepad.idl
GamepadButton.cpp LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
GamepadButton.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
GamepadButton.idl
GamepadEvent.cpp LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
GamepadEvent.h LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
GamepadEvent.idl LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
GamepadHapticActuator.cpp LibWeb: Prevent race condition between ours and SDL's rumble duration 2026-01-12 13:08:02 +00:00
GamepadHapticActuator.h
GamepadHapticActuator.idl
NavigatorGamepad.cpp LibWeb/Gamepad: Ignore physical gamepads when running in test mode 2026-01-20 06:58:16 -05:00
NavigatorGamepad.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
SDLGamepadForward.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00