| 259 | } |
| 260 | |
| 261 | void handle_pointer_button(const wlr_pointer_button_event& event) override |
| 262 | { |
| 263 | if (event.state == WL_POINTER_BUTTON_STATE_RELEASED) |
| 264 | { |
| 265 | input_ungrabbed(); |
| 266 | } |
| 267 | } |
| 268 | |
| 269 | void handle_pointer_axis(const wlr_pointer_axis_event& event) override |
| 270 | { |
nothing calls this directly
no outgoing calls
no test coverage detected