| 208 | } |
| 209 | |
| 210 | void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override |
| 211 | { |
| 212 | handle_input_motion(); |
| 213 | } |
| 214 | |
| 215 | void handle_touch_up(uint32_t time_ms, int finger_id, wf::pointf_t lift_off_position) override |
| 216 | { |
nothing calls this directly
no outgoing calls
no test coverage detected