ladybird/Libraries/LibWeb/Gamepad
ayeteadoe 454e6a6f7f LibWeb/Gamepad: Forward declare SDL components to fix Windows build
We have to prevent from including any SDL headers in LibWeb headers.
Otherwise there will be transitive Windows.h includes that will
re-declare some of our existing forward decls/defines in
LibCore/SocketAddressWindows.h
2025-09-02 11:11:12 +01:00
..
EventNames.cpp LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
EventNames.h LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
Gamepad.cpp LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
Gamepad.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
Gamepad.idl LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
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 LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadEvent.cpp LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadEvent.h LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadEvent.idl LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadHapticActuator.cpp LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadHapticActuator.h LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadHapticActuator.idl LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
NavigatorGamepad.cpp LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01: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