| 131 | } |
| 132 | |
| 133 | void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override |
| 134 | { |
| 135 | input_motion(); |
| 136 | } |
| 137 | |
| 138 | void handle_touch_up(uint32_t time_ms, int finger_id, wf::pointf_t lift_off_position) override |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected