sway/include/sway/input
Ryan Dwyer 24a90e5d86 Remove cursor warping from seat_set_focus
Because cursor warping was the default behaviour in seat_set_focus,
there may be cases where we may have been warping the cursor
unintentionally. This patch removes cursor warping from seat_set_focus
and only does it in the focus command. This is managed by a static
function in focus.c.

To know whether to warp or not, we need to know which node had focus
previously. To keep track of this easily, seat->prev_focus has been
introduced and is set to the previous in seat_set_focus.
2018-10-18 23:08:45 +10:00
..
cursor.h cursor: functions to warp cursor to container and workspace 2018-10-16 15:47:02 +02:00
input-manager.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
keyboard.h Bindings use advised keyboard repeat parameters 2018-07-29 19:15:10 -04:00
seat.h Remove cursor warping from seat_set_focus 2018-10-18 23:08:45 +10:00