| 331 | }; |
| 332 | |
| 333 | void handle_pointer_button(const wlr_pointer_button_event& event) override |
| 334 | { |
| 335 | if (event.state == WL_POINTER_BUTTON_STATE_RELEASED) |
| 336 | { |
| 337 | stop_controller(false); |
| 338 | } |
| 339 | } |
| 340 | |
| 341 | void handle_pointer_motion(wf::pointf_t, uint32_t) override |
| 342 | { |
nothing calls this directly
no outgoing calls
no test coverage detected