We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8829b commit 803de0eCopy full SHA for 803de0e
1 file changed
Source/WebCore/platform/gamepad/wpe/WPEGamepad.cpp
@@ -57,7 +57,7 @@ WPEGamepad::WPEGamepad(struct wpe_gamepad_provider* provider, uintptr_t gamepadI
57
auto& self = *static_cast<WPEGamepad*>(data);
58
self.absoluteAxisChanged(static_cast<unsigned>(axis), value);
59
},
60
-#if WPE_CHECK_VERSION(1, 16, 1)
+#if WPE_CHECK_VERSION(1, 16, 2)
61
// analog_button_value
62
[](void* data, enum wpe_gamepad_button button, double value) {
63
0 commit comments