| 267 | } |
| 268 | |
| 269 | void handle_pointer_axis(const wlr_pointer_axis_event& event) override |
| 270 | { |
| 271 | if (event.orientation == WL_POINTER_AXIS_VERTICAL_SCROLL) |
| 272 | { |
| 273 | pointer_scrolled(event.delta); |
| 274 | } |
| 275 | } |
| 276 | |
| 277 | void load_program() |
| 278 | { |
nothing calls this directly
no outgoing calls
no test coverage detected