| 313 | } |
| 314 | |
| 315 | void wf::pointer_t::handle_pointer_motion(wlr_pointer_motion_event *ev, |
| 316 | input_event_processing_mode_t mode) |
| 317 | { |
| 318 | /* XXX: maybe warp directly? */ |
| 319 | wlr_cursor_move(seat->priv->cursor->cursor, &ev->pointer->base, ev->delta_x, ev->delta_y); |
| 320 | update_cursor_position(ev->time_msec); |
| 321 | } |
| 322 | |
| 323 | void wf::pointer_t::handle_pointer_motion_absolute( |
| 324 | wlr_pointer_motion_absolute_event *ev, input_event_processing_mode_t mode) |