Skip to content

Commit 803de0e

Browse files
committed
Increase the libwpe version required to use the new gamepad API
1 parent 5b8829b commit 803de0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/gamepad/wpe/WPEGamepad.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ WPEGamepad::WPEGamepad(struct wpe_gamepad_provider* provider, uintptr_t gamepadI
5757
auto& self = *static_cast<WPEGamepad*>(data);
5858
self.absoluteAxisChanged(static_cast<unsigned>(axis), value);
5959
},
60-
#if WPE_CHECK_VERSION(1, 16, 1)
60+
#if WPE_CHECK_VERSION(1, 16, 2)
6161
// analog_button_value
6262
[](void* data, enum wpe_gamepad_button button, double value) {
6363
auto& self = *static_cast<WPEGamepad*>(data);

0 commit comments

Comments
 (0)