| 213 | } |
| 214 | |
| 215 | void handle_pointer_button(const wlr_pointer_button_event& event) override |
| 216 | { |
| 217 | if (event.state == WL_POINTER_BUTTON_STATE_RELEASED) |
| 218 | { |
| 219 | input_released(); |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override |
| 224 | { |
nothing calls this directly
no outgoing calls
no test coverage detected