Skip to content

Commit

Permalink
CI: removed missing axis_value120 from ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jul 23, 2024
1 parent 0dbb7d5 commit eccf69f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/platforms/linux/wayland-client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,6 @@ static const struct wl_pointer_listener wl_pointer_listener = {
logs::log(logs::debug, "[MOUSE] Got mouse axis discrete event: axis={}, discrete={}", axis, discrete);
auto queue = static_cast<TSQueue<MouseEvent> *>(data);
queue->push({.type = MouseEventType::AXIS_DISCRETE});
},
.axis_value120 =
[](void *data, struct wl_pointer *wl_pointer, uint32_t axis, int32_t value120) {
logs::log(logs::debug, "[MOUSE] Got mouse axis value120 event: axis={}, value120={}", axis, value120);
auto queue = static_cast<TSQueue<MouseEvent> *>(data);
queue->push({.type = MouseEventType::AXIS_VALUE120});
}};

static const struct zwp_relative_pointer_v1_listener zwp_relative_pointer_v1_listener = {
Expand Down

0 comments on commit eccf69f

Please sign in to comment.