mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Update input events per swaywm/wlroots#765
This commit is contained in:
parent
07616c7c24
commit
1e604f3e35
@ -74,8 +74,7 @@ static void handle_cursor_motion_absolute(struct wl_listener *listener,
|
||||
struct sway_cursor *cursor =
|
||||
wl_container_of(listener, cursor, motion_absolute);
|
||||
struct wlr_event_pointer_motion_absolute *event = data;
|
||||
wlr_cursor_warp_absolute(cursor->cursor, event->device,
|
||||
event->x_mm / event->width_mm, event->y_mm / event->height_mm);
|
||||
wlr_cursor_warp_absolute(cursor->cursor, event->device, event->x, event->y);
|
||||
cursor_update_position(cursor);
|
||||
cursor_send_pointer_motion(cursor, event->time_msec);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user