| 305 | }; |
| 306 | |
| 307 | void handle_pointer_button( |
| 308 | const wlr_pointer_button_event& event) override |
| 309 | { |
| 310 | process_input(event.button, event.state, |
| 311 | wf::get_core().get_cursor_position()); |
| 312 | } |
| 313 | |
| 314 | void handle_touch_down(uint32_t, int finger_id, wf::pointf_t pos) override |
| 315 | { |
nothing calls this directly
no test coverage detected